Upload files to "/"

This commit is contained in:
2025-06-04 11:44:56 +00:00
commit f5339a2d3e
5 changed files with 102 additions and 0 deletions

48
manifest.json Normal file
View File

@@ -0,0 +1,48 @@
{
"manifest_version": 2,
"name": "ZEDEMES",
"version": "0.0.12",
"content_scripts": [
{
"matches": ["*://*.tauron-dystrybucja.pl/*", "*://mapy.geoportal.gov.pl/*"],
"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"
]
}
],
"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"]
}