Update manifest.json
This commit is contained in:
committed by
Alan Hamlett
parent
c59857570c
commit
b7446a4322
@@ -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...`
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user