hiss/targets/manifest.webapp
2024-11-22 23:29:59 -07:00

45 lines
1.0 KiB
JSON

{
"version": "1.0.0",
"name": "audioplayer",
"description": "Simple example of a to-do list",
"type": "privileged",
"fullscreen": true,
"launch_path": "/index.html",
"icons": {
"56": "/assets/icons/kaios_56.png",
"112": "/assets/icons/kaios_112.png"
},
"developer": {
"name": "Dakedres",
"url": "https://dakedr.es"
},
"locales": {
"en-US": {
"name": "Audioplayer",
"subtitle": "Simple example of a to-do list",
"description": "Simple example of a to-do list"
}
},
"permissions": {
"device-storage:sdcard": {
"description": "Read/Write from/to sd-card",
"access": "readwrite"
},
"device-storage:music": {
"description": "Read/Write from/to intern storage",
"access": "readwrite"
},
"audio-channel-normal" : {
"description" : "Needed to play this app's audio content on the normal channel"
},
"audio-channel-content" : {
"description" : "Needed to play this app's audio content on the content channel"
},
"volumemanager":{},
"browser": {}
},
"default_locale": "en-US"
}