27 lines
583 B
JSON
27 lines
583 B
JSON
|
{
|
||
|
|
||
|
"manifest_version": 2,
|
||
|
"name": "Custom OpenStreetMap Tile Server",
|
||
|
"version": "0.0.1",
|
||
|
|
||
|
"description": "Set a custom OpenStreetMap Tile Server, to speed up map loading.",
|
||
|
"homepage_url": "https://git.clerie.de/clerie/custom-openstreetmap-tile-server/",
|
||
|
"icons": {
|
||
|
"73": "media/icon-73.png",
|
||
|
"228": "media/icon-228.png"
|
||
|
},
|
||
|
|
||
|
"author": "https://clerie.de/",
|
||
|
|
||
|
"background": {
|
||
|
"scripts": ["js/background.js"]
|
||
|
},
|
||
|
|
||
|
"options_ui": {
|
||
|
"page": "settings/index.html"
|
||
|
},
|
||
|
|
||
|
"permissions": ["webRequest", "webRequestBlocking", "<all_urls>", "storage"]
|
||
|
|
||
|
}
|