Files
wtyczka-zms/manifest.json
2025-06-05 11:32:10 +02:00

71 lines
1.6 KiB
JSON

{
"manifest_version": 3,
"name": "ZEDEMES",
"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/*"],
"js": ["js/intercept.js",
"/js/content.js",
"/js/handlers/geoButton.js",
"/js/map_providers/geoportal.js",
"/js/map_providers/google.js",
"/js/map_providers/lpp.js",
"/js/map_providers/isok.js",
"/js/map_providers/sopo.js",
"/js/map_providers/gdos.js",
"/js/functions/dzialki.js",
"/js/functions/dzialki2.js",
"/js/functions/osuwiska.js",
"/js/functions/position.js",
"/js/functions/section.js",
"/js/functions/lines.js",
"/js/functions/mpzp.js",
"/js/functions/test.js",
"/js/handlers/getGmina.js",
"/js/handlers/getChelmiec.js",
"/js/handlers/messages.js",
"/js/handlers/translate.js",
"/js/core.js"
],
"run_at": "document_start"
}
],
"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>"]
}
]
}