summaryrefslogtreecommitdiff
path: root/manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.webmanifest')
-rw-r--r--manifest.webmanifest49
1 files changed, 49 insertions, 0 deletions
diff --git a/manifest.webmanifest b/manifest.webmanifest
new file mode 100644
index 0000000..bc29320
--- /dev/null
+++ b/manifest.webmanifest
@@ -0,0 +1,49 @@
+{
+ "short_name": "NeonXP",
+ "name": "NeonXP PWA",
+ "icons": [
+ {
+ "src": "/icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-384x384.png",
+ "sizes": "384x384",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "id": "/?source=pwa",
+ "start_url": "/?source=pwa",
+ "display": "standalone",
+ "scope": "/",
+ "theme_color": "#9013fe",
+ "background_color": "#4a90e2",
+ "shortcuts": [
+ {
+ "name": "How's weather today?",
+ "short_name": "Today",
+ "description": "View weather information for today",
+ "url": "/today?source=pwa",
+ "icons": [{ "src": "icon-192x192.png", "sizes": "192x192" }]
+ },
+ {
+ "name": "How's weather tomorrow?",
+ "short_name": "Tomorrow",
+ "description": "View weather information for tomorrow",
+ "url": "/tomorrow?source=pwa",
+ "icons": [{ "src": "icon-192x192.png", "sizes": "192x192" }]
+ }
+ ],
+ "description": "Sample pwa"
+}