Merge pull request #80 from danez/manifest

Update manifest.json
This commit is contained in:
Alan Hamlett
2020-07-08 10:05:03 -07:00
committed by GitHub
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
1. Clone repository to disk
2. Remove `browser_specific_settings` key from manifest.json (only necessary for firefox)
2. Go to `Settings``Extensions`
3. Enable `Developer mode`
4. Click `Load unpacked extension...`

View File

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