Add add-on id to manifest.json

So that Firefox can use the storage.sync api.
This raises a warning in Chrome:
    "Unrecognized manifest key 'applications'."
This commit is contained in:
codebicycle
2017-11-06 15:13:05 +02:00
parent 884ed10bba
commit 6625e1d8ba

View File

@@ -5,6 +5,11 @@
"manifest_version": 2, "manifest_version": 2,
"description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.", "description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.",
"homepage_url": "https://github.com/codebicycle/videospeed", "homepage_url": "https://github.com/codebicycle/videospeed",
"applications": {
"gecko": {
"id": "{7be2ba16-0f1e-4d93-9ebc-5164397477a9}"
}
},
"icons": { "icons": {
"16": "icons/icon16.png", "16": "icons/icon16.png",
"48": "icons/icon48.png", "48": "icons/icon48.png",