Merge pull request #18 from nileshtrivedi/firefox-compat

Add extension id to make storage API work on Firefox in dev.
This commit is contained in:
Nilesh 2020-08-09 13:15:54 +05:30 committed by GitHub
commit 3d4bdaefef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 27 deletions

View File

@ -5,6 +5,11 @@
"48": "images/48.png", "48": "images/48.png",
"128": "images/128.png" "128": "images/128.png"
}, },
"browser_specific_settings": {
"gecko": {
"id": "{02d8a7bd-79ba-4808-8e11-f3e19af43f90}"
}
},
"description": "Find better products & services than the one you're currently visiting", "description": "Find better products & services than the one you're currently visiting",
"permissions": ["activeTab", "storage"], "permissions": ["activeTab", "storage"],
"background": { "background": {
@ -22,7 +27,5 @@
"page": "options.html", "page": "options.html",
"open_in_tab": false "open_in_tab": false
}, },
"web_accessible_resources": [ "web_accessible_resources": ["defaultlist.json"]
"defaultlist.json" }
]
}