diff --git a/manifest-chome.json b/manifest-chrome.json similarity index 66% rename from manifest-chome.json rename to manifest-chrome.json index 99b58e9..ee89f63 100644 --- a/manifest-chome.json +++ b/manifest-chrome.json @@ -7,7 +7,7 @@ "activeTab", "storage", "webRequest", - "tabs" + "webRequestBlocking" ], "host_permissions": [ "" @@ -25,8 +25,7 @@ "https://oss-auth.thecheese.io/*", "https://oss-auth.shop.wii.com/*", "http://wiimart:8080/oss/serv/*", - "https://wiimart:8080/oss/serv/*", - "https://localhost/oss/serv*" + "https://wiimart:8080/oss/serv/*" ], "js": ["content.js"], "run_at": "document_start" @@ -35,18 +34,17 @@ "web_accessible_resources": [ { "resources": [ - "fonts/*", "images/*", "audio/*", - "classDefinitions.js" + "classDefinitions.js", + "fonts/*" ], "matches": [ - "https://oss-auth.blinklab.com/*", - "https://oss-auth.thecheese.io/*", - "https://oss-auth.shop.wii.com/*", - "http://wiimart:8080/oss/serv/*", - "https://wiimart:8080/oss/serv/*", - "https://localhost/oss/serv*" + "https://oss-auth.blinklab.com/*", + "https://oss-auth.thecheese.io/*", + "https://oss-auth.shop.wii.com/*", + "http://wiimart:8080/*", + "https://wiimart:8080/*" ] } ] diff --git a/manifest.json b/manifest.json index 40da033..3dc11fc 100644 --- a/manifest.json +++ b/manifest.json @@ -26,8 +26,7 @@ "https://oss-auth.thecheese.io/*", "https://oss-auth.shop.wii.com/*", "http://wiimart:8080/oss/serv/*", - "https://wiimart:8080/oss/serv/*", - "https://localhost/oss/serv*" + "https://wiimart:8080/oss/serv/*" ], "js": ["content.js"], "run_at": "document_start" @@ -46,8 +45,7 @@ "https://oss-auth.thecheese.io/*", "https://oss-auth.shop.wii.com/*", "http://wiimart:8080/oss/serv/*", - "https://wiimart:8080/oss/serv/*", - "https://localhost/oss/serv*" + "https://wiimart:8080/oss/serv/*" ] } ]