Changeset View
Changeset View
Standalone View
Standalone View
src/assets/manifest.json
{ | { | ||||
"dir": "ltr", | "dir": "ltr", | ||||
"lang": "en", | "lang": "en", | ||||
"name": "WildFyre", | "name": "WildFyre", | ||||
"scope": "/", | "scope": "/", | ||||
"display": "standalone", | "display": "standalone", | ||||
"start_url": "/?pk_campaign=manifest-webapp", | "start_url": "/?pk_campaign=manifest-webapp", | ||||
"short_name": "WildFyre", | "short_name": "WildFyre", | ||||
"icons": [ | "icons": [ | ||||
{ | { | ||||
"src": "/assets/logo.png", | "src": "/assets/logo.png", | ||||
"sizes": "48x48 72x72 96x96 128x128 216x216 512x512", | "sizes": "48x48 72x72 96x96 128x128 216x216 512x512", | ||||
"type": "image/png" | "type": "image/png" | ||||
} | } | ||||
], | ], | ||||
"theme_color": "#ed763e", | "theme_color": "#EA6C40", | ||||
"description": "", | "description": "", | ||||
"orientation": "any", | "orientation": "any", | ||||
"background_color": "#263238", | "background_color": "#263238", | ||||
"related_applications": [], | "related_applications": [], | ||||
"prefer_related_applications": false | "prefer_related_applications": false | ||||
} | } |