Update manifest.json

This commit is contained in:
Daniel Tschinder
2019-04-23 15:36:36 -07:00
committed by Alan Hamlett
parent a183bd3ce7
commit 69734edb73
2 changed files with 4 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ There is a precommit hook that lints the code before commiting the changes.
### Load unpacked in Chrome ### Load unpacked in Chrome
1. Clone repository to disk 1. Clone repository to disk
2. Remove `browser_specific_settings` key from manifest.json (only necessary for firefox)
2. Go to `Settings``Extensions` 2. Go to `Settings``Extensions`
3. Enable `Developer mode` 3. Enable `Developer mode`
4. Click `Load unpacked extension...` 4. Click `Load unpacked extension...`

View File

@@ -37,9 +37,10 @@
"page": "options.html", "page": "options.html",
"chrome_style": false "chrome_style": false
}, },
"applications": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "addon@wakatime.com" "id": "addon@wakatime.com",
"strict_min_version": "48.0"
} }
} }
} }