/ static / manifest.webmanifest
manifest.webmanifest
 1  {
 2    "short_name": "Drips",
 3    "name": "Drips",
 4    "id": "/app?homescreen=1",
 5    "start_url": "/app?homescreen=1",
 6    "background_color": "#0E171F",
 7    "display": "minimal-ui",
 8    "scope": "/app",
 9    "theme_color": "#5555FF",
10    "shortcuts": [
11      {
12        "name": "Streams",
13        "short_name": "Streams",
14        "description": "View your account's streams and balances.",
15        "url": "/app/dashboard",
16        "icons": [{ "src": "/icons/dashboard.png", "sizes": "256x256" }]
17      },
18      {
19        "name": "Settings",
20        "short_name": "Settings",
21        "description": "Adjust settings for the Drips app.",
22        "url": "/app/settings",
23        "icons": [{ "src": "/icons/settings.png", "sizes": "256x256" }]
24      }
25    ],
26    "icons": [
27      {
28        "src": "/icons/icon.svg",
29        "type": "image/svg+xml",
30        "sizes": "192x192"
31      },
32      {
33        "src": "/icons/icon-192.png",
34        "type": "image/png",
35        "sizes": "192x192"
36      },
37      {
38        "src": "/icons/icon-512.png",
39        "type": "image/png",
40        "sizes": "512x512"
41      }
42    ],
43    "description": "Crowdfunding for the Open Web"
44  }