{
    "name": "Dab Watch",
    "short_name": "Dab Watch",
    "description": "Perfect temp dabs, every time",
    "icons": [
        {
            "src": "/android-chrome-192x192.png?v=8",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png?v=8",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/maskable-512x512.png?v=8",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
          "name": "30/60 Second Timer",
          "short_name": "30/60",
          "description": "30s torching, 60s cooling",
          "url": "/?utm_source=30_60_shortcut",
          "icons": [
            { "src": "/30-60-shortcut-192x192.png?v=8", "sizes": "192x192" }
          ]
        },
        {
          "name": "45/60 Second Timer",
          "short_name": "45/60",
          "description": "45s torching, 60s cooling",
          "url": "/?utm_source=45_60_shortcut",
          "icons": [
            { "src": "/45-60-shortcut-192x192.png?v=8", "sizes": "192x192" }
          ]
        },
        {
          "name": "Custom Timer",
          "short_name": "Custom",
          "description": "Custom times for torching and cooling",
          "url": "/?utm_source=custom_shortcut",
          "icons": [
            { "src": "/custom-shortcut-192x192.png?v=8", "sizes": "192x192" }
          ]
        }
    ],
    "screenshots": [
        {"src": "/screenshot-1.jpg?v=8", "sizes": "320x480", "type": " image/jpeg"},
        {"src": "/screenshot-2.jpg?v=8", "sizes": "320x480", "type": "image/jpeg"},
        {"src": "/screenshot-3.jpg?v=8", "sizes": "320x480", "type": "image/jpeg"}
    ],
    "theme_color": "#eeeeee",
    "background_color": "#eeeeee",
    "start_url": "https://www.dab.watch",
    "display": "standalone",
    "orientation": "portrait"
}
