mirror of
https://codeberg.org/vlw/big-black-coffee-button.git
synced 2025-09-14 00:33:42 +02:00
28 lines
No EOL
650 B
JSON
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"
|
|
} |