Gildas lormeau пре 12 година
родитељ
комит
c4f1b32d6f
2 измењених фајлова са 1 додато и 3 уклоњено
  1. 0 1
      WebContent/core/manifest.json
  2. 1 2
      WebContent/ui/manifest.json

+ 0 - 1
WebContent/core/manifest.json

@@ -27,6 +27,5 @@
     "resources/icon_16.png"
   ],
   "permissions": [ "tabs", "http://*/*", "https://*/*", "unlimitedStorage" ],
-  "minimum_chrome_version" : "7",
   "manifest_version": 2
 }

+ 1 - 2
WebContent/ui/manifest.json

@@ -30,7 +30,6 @@
     "pages/banner.css",
     "scripts/content/banner.js"
   ],
-  "permissions": [ "tabs", "notifications", "contextMenus" ],
-  "minimum_chrome_version" : "7",
+  "permissions": [ "tabs", "contextMenus" ],
   "manifest_version": 2
 }