mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-10 07:10:32 +00:00
23 lines
473 B
JSON
23 lines
473 B
JSON
{
|
|
"theme_color": "#f47d05",
|
|
"background_color": "#000000",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"name": "paperdash epd",
|
|
"short_name": "epd",
|
|
"icons": [
|
|
{
|
|
"src": "pwa/manifest-icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "pwa/manifest-icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
}
|
|
]
|
|
} |