Jamstash/manifest.json
2021-06-26 21:54:56 +00:00

21 lines
354 B
JSON

{
"manifest_version": 2,
"name": "Jamstash",
"description": "HTML5 Player for Subsonic & Archive.org",
"version": "4.7.1",
"app": {
"launch": {
"web_url": "http://jamstash.com"
}
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage",
"notifications",
"http://*/*",
"https://*/*"
]
}