big-black-coffee-button/manifest.json
2025-03-13 15:20:35 +01:00

28 lines
No EOL
650 B
JSON

{
"theme_color": "#deb887",
"background_color": "#ffffff",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "assets/media/icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "assets/media/icon512_rounded.png",
"type": "image/png"
}
],
"orientation": "portrait",
"display": "standalone",
"dir": "auto",
"lang": "en-US",
"name": "Big Black Coffee Button",
"short_name": "BBCB",
"start_url": "https://bbcb.srv.vlw.se",
"scope": "https://bbcb.srv.vlw.se",
"id": "https://bbcb.srv.vlw.se",
"description": "One big button for updating api.vlw.se/coffee"
}