summaryrefslogtreecommitdiff
path: root/manifest.webmanifest
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@vk.team>2023-02-16 15:13:52 +0300
committerAlexander Kiryukhin <a.kiryukhin@vk.team>2023-02-16 15:13:52 +0300
commit0984eb2a835eb2234bdc61e67039b9e741a0d934 (patch)
tree1bc9d558476aa75cb578a869ca8219481a259089 /manifest.webmanifest
parenta9aa558d547e647d3dcb97fb7219782a44b589b0 (diff)
SW
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"
+}