mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-17 02:12:11 +01:00
Add more manifest properties
This commit is contained in:
parent
6d4adceb69
commit
0a7305df1e
1 changed files with 63 additions and 49 deletions
|
@ -1,51 +1,65 @@
|
|||
{
|
||||
"background_color": "#ff8800",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"name": "The r/place Atlas",
|
||||
"short_name": "r/placeAtlas2",
|
||||
"description": "The atlas for the r/place event of 2022 hosted on Reddit.",
|
||||
"icons": [{
|
||||
"src": "./_img/pwa/logo-round-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "./_img/pwa/logo-maskable-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "./_img/pwa/logo-round-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "./_img/pwa/logo-maskable-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"screenshots": [{
|
||||
"src": "./_img/pwa/screenshot-1.png",
|
||||
"sizes": "750x1334",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./_img/pwa/screenshot-2.png",
|
||||
"sizes": "1280x800",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./_img/pwa/screenshot-3.png",
|
||||
"sizes": "750x1334",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ff8800"
|
||||
"background_color": "#ff8800",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"name": "The r/place Atlas",
|
||||
"short_name": "r/placeAtlas2",
|
||||
"description": "The atlas for the r/place event of 2022 hosted on Reddit.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/_img/pwa/logo-round-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/_img/pwa/logo-maskable-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/_img/pwa/logo-round-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/_img/pwa/logo-maskable-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/_img/pwa/screenshot-1.png",
|
||||
"sizes": "750x1334",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/_img/pwa/screenshot-2.png",
|
||||
"sizes": "1280x800",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/_img/pwa/screenshot-3.png",
|
||||
"sizes": "750x1334",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ff8800",
|
||||
"lang": "en",
|
||||
"dir": "ltr",
|
||||
"orientation": "any",
|
||||
"display_override": [
|
||||
"minimal-ui",
|
||||
"standalone",
|
||||
"browser",
|
||||
"window-controls-overlay"
|
||||
],
|
||||
"categories": [
|
||||
"navigation"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue