🔖 Update manifest.json for plugin update on stores
This commit is contained in:
parent
c5cadb1557
commit
b571af29c5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Shikiryu Read Later",
|
"name": "Shikiryu Read Later",
|
||||||
"version": "0.0.2.2",
|
"version": "0.0.3",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -9,26 +9,16 @@
|
|||||||
},
|
},
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": [
|
"scripts": ["scripts/background.js"]
|
||||||
"scripts/background.js"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": ["activeTab", "storage"],
|
||||||
"activeTab",
|
|
||||||
"storage"
|
|
||||||
],
|
|
||||||
"options_ui": {
|
"options_ui": {
|
||||||
"page": "options.html"
|
"page": "options.html"
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": [
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
"http://*/*",
|
"js": ["scripts/contentscript.js"],
|
||||||
"https://*/*"
|
|
||||||
],
|
|
||||||
"js": [
|
|
||||||
"scripts/contentscript.js"
|
|
||||||
],
|
|
||||||
"run_at": "document_end",
|
"run_at": "document_end",
|
||||||
"all_frames": false
|
"all_frames": false
|
||||||
}
|
}
|
||||||
@ -44,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "bookmarklet@shikiryu.com"
|
"id": "bookmarklet@shikiryu.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user