sac-route-portal-gpx-fx/manifest.json

30 lines
709 B
JSON

{
"manifest_version": 2,
"name": "SAC Route Portal GPX Downloader",
"version": "0.8",
"developer": {
"name": "Sebastian Hugentobler",
"url": "https://code.vanwa.ch/sebastian/sac-route-portal-gpx-fx"
},
"description": "Download gpx tracks from the sac route portal.",
"icons": {
"48": "icons/map.png"
},
"permissions": [
"activeTab",
"downloads",
"webRequest",
"webRequestBlocking",
"https://www.sac-cas.ch/*"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons/map.png",
"default_title": "To GPX"
}
}