{
  "id": "/",
  "name": "Breacer Notify",
  "short_name": "Breacer",
  "description": "Say in plain language what you want to be alerted about. Breacer watches it and emails you the moment it happens.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/dashboard.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#05060A",
  "theme_color": "#05060A",
  "categories": ["productivity", "utilities", "finance"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New alert",
      "short_name": "New",
      "description": "A new alert, in plain language",
      "url": "/dashboard.html#nieuw"
    },
    {
      "name": "My watches",
      "short_name": "Watches",
      "description": "Everything you are watching right now",
      "url": "/dashboard.html#triggers"
    },
    {
      "name": "NotifyShare",
      "short_name": "Share",
      "description": "What other people watch",
      "url": "/share"
    }
  ]
}
