Skip to content

Commit

Permalink
update extensions download link
Browse files Browse the repository at this point in the history
  • Loading branch information
yudax42 committed Jan 11, 2022
1 parent 0466827 commit 7bc3916
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

**Google Chrome / Microsoft Edge / Opera**

1. Download this repo as a [ZIP file](https://github.com/notionblog/NotionThemes/releases/download/0.0.1/chrome.zip).
1. Download this repo as a [ZIP file](https://github.com/notionblog/NotionThemes/releases/download/0.0.2/chrome.zip).
1. Unzip the file and you should have a folder named `chrome`.
1. In Chrome/Edge go to the extensions page (`chrome://extensions` or `edge://extensions` or `opera:extensions`).
1. Enable Developer Mode.
1. Drag the `chrome` folder anywhere on the page to import it (do not delete the folder afterwards).

**Mozilla Firefox**

1. Download this file [firefox.xpi](https://github.com/notionblog/NotionThemes/releases/download/0.0.1/firefox.xpi)
1. Download this file [firefox.xpi](https://github.com/notionblog/NotionThemes/releases/download/0.0.2/firefox.xpi)
2. In Firefox go to the addons page `about:addons` or click `CMD+SHIFT+A`
3. drag and drop the file on the page or click `install Add-on From file ...`

Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "notionthemes",
"version": "0.0.1",
"description": "Beautiful themes for Notion Web.",
"name": "Notion Themes",
"version": "0.0.2",
"description": "Make your Notion pretty with custom themes.",
"permissions": ["storage", "https://notionthemes.netlify.app/"],
"icons": {
"16": "icons/16.png",
Expand Down

0 comments on commit 7bc3916

Please sign in to comment.