Browse Source

更新 manifest错误

liuyuqi-dellpc 4 years ago
parent
commit
0ddd4019de
2 changed files with 8 additions and 16 deletions
  1. 1 1
      README.md
  2. 7 15
      src/manifest.json

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # github1s
 
-github vs code online preview code.
+github vscode online preview code.
 
 
 

+ 7 - 15
src/manifest.json

@@ -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"
 }