|
@@ -3,9 +3,7 @@
|
|
|
"manifest_version": 2,
|
|
|
"name": "github1s",
|
|
|
"version": "1.0.1",
|
|
|
- "manifest_vesion": "1.0.1",
|
|
|
"description": "__MSG_pluginDesc__",
|
|
|
- "key": "",
|
|
|
"icons": {
|
|
|
"16": "icons/16.png",
|
|
|
"32": "icons/32.png",
|
|
@@ -19,8 +17,8 @@
|
|
|
"default_popup": "popup.html"
|
|
|
},
|
|
|
"background": {
|
|
|
- "page":"background.html",
|
|
|
- "persistent":true
|
|
|
+ "page": "background.html",
|
|
|
+ "persistent": true
|
|
|
},
|
|
|
"devtools_page": "devtool.html",
|
|
|
"content_scripts": [
|
|
@@ -29,7 +27,9 @@
|
|
|
"*://*.github.com/*"
|
|
|
],
|
|
|
"js": [
|
|
|
- "js/vendor/js/jquery-3.3.1.min.js","js/help.js","js/background.js"
|
|
|
+ "vendor/js/jquery-3.3.1.min.js",
|
|
|
+ "js/help.js",
|
|
|
+ "js/background.js"
|
|
|
],
|
|
|
"run_at": "document_end"
|
|
|
}
|
|
@@ -40,22 +40,14 @@
|
|
|
"webRequest",
|
|
|
"webRequestBlocking",
|
|
|
"storage",
|
|
|
- "*://*.github.com/*",
|
|
|
+ "*://*.github.com/*"
|
|
|
],
|
|
|
"homepage_url": "http://blog.yoqi.me",
|
|
|
"options_page": "options.html",
|
|
|
"options_ui": {
|
|
|
"page": "options.html",
|
|
|
"chrome_style": true,
|
|
|
- "open_in_tab":true
|
|
|
- },
|
|
|
- "omnibox": {
|
|
|
- "keyword": [
|
|
|
- "github",
|
|
|
- "github1s",
|
|
|
- "vscode",
|
|
|
- "online"
|
|
|
- ]
|
|
|
+ "open_in_tab": true
|
|
|
},
|
|
|
"default_locale": "zh_CN"
|
|
|
}
|