mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 02:28:40 +00:00
75 lines
2.0 KiB
JSON
Executable File
75 lines
2.0 KiB
JSON
Executable File
{
|
|
"lang": "en",
|
|
"dir": "ltr",
|
|
"start_url": "../../{APPNAME}",
|
|
"type": "privileged",
|
|
"name": "Orange Management Shop",
|
|
"description": "OMS shop application.",
|
|
"short_name": "OMS Shop",
|
|
"icons": [
|
|
{
|
|
"src": "img/maskable_icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "img/maskable_icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "img/maskable_icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "img/maskable_icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "img/maskable_icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "img/maskable_icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "img/maskable_icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "img/maskable_icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"theme_color": "#343a40",
|
|
"background_color": "white",
|
|
"permissions": {
|
|
"audio-capture" : {
|
|
"description" : "Audio capture"
|
|
},
|
|
"video-capture": {
|
|
"description": "Video capture"
|
|
},
|
|
"speech-recognition" : {
|
|
"description" : "Speech recognition"
|
|
}
|
|
}
|
|
} |