initial cleanup
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"manifest_version": 3,
|
||||
"name": "ZEDEMES",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
|
||||
"permissions": ["storage", "tabs"],
|
||||
"host_permissions": [
|
||||
"*://*.tauron-dystrybucja.pl/*",
|
||||
"*://sip.chelmiec.pl/*"
|
||||
],
|
||||
"background": {
|
||||
"service_worker": "js/background.js"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://*.tauron-dystrybucja.pl/*", "*://mapy.geoportal.gov.pl/*"],
|
||||
"js": [
|
||||
"matches": ["*://*.tauron-dystrybucja.pl/*"],
|
||||
"js": ["js/intercept.js",
|
||||
"/js/content.js",
|
||||
"/js/handlers/geoButton.js",
|
||||
|
||||
@@ -29,20 +37,34 @@
|
||||
"/js/handlers/messages.js",
|
||||
"/js/handlers/translate.js",
|
||||
"/js/core.js"
|
||||
]
|
||||
],
|
||||
"run_at": "document_start"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"tabs",
|
||||
"contextMenus",
|
||||
"<all_urls>"
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["/js/background.js"]
|
||||
},
|
||||
|
||||
"devtools_page": "dev.html",
|
||||
"web_accessible_resources": ["page.html", "icons/mpzp.png","icons/loading.gif", "icons/dzialki1.png","icons/dzialki2.png","icons/pen.png","icons/slice.png","icons/save.png","icons/geoportal.png","icons/google.png","icons/gdos.png","icons/isok.png","icons/sopo.png","icons/lpp.png","icons/position.png","icons/position_alt.png"]
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": ["js/inject.js"],
|
||||
"matches": ["*://*.tauron-dystrybucja.pl/*"]
|
||||
},
|
||||
{
|
||||
"resources": [
|
||||
"icons/mpzp.png",
|
||||
"icons/loading.gif",
|
||||
"icons/dzialki1.png",
|
||||
"icons/dzialki2.png",
|
||||
"icons/pen.png",
|
||||
"icons/slice.png",
|
||||
"icons/save.png",
|
||||
"icons/geoportal.png",
|
||||
"icons/google.png",
|
||||
"icons/gdos.png",
|
||||
"icons/isok.png",
|
||||
"icons/sopo.png",
|
||||
"icons/lpp.png",
|
||||
"icons/position.png",
|
||||
"icons/position_alt.png"
|
||||
],
|
||||
"matches": ["<all_urls>"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user