{
  "name": "Trackapt",
  "short_name": "Trackapt",
  "theme_color": "#1db6f3",
  "background_color": "#1db6f3",
  "display": "standalone",
  "scope": "/",
  "start_url": "index.html",
  "description": "Allows you to track and receive updates on things you care about",
  "push": {
    "showNotifications": true,
    "backgroundOnly": false
  },
  "icons": [
    {
      "src": "assets/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}
