{
  "name": "DixBase",
  "short_name": "DixBase",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f6f7fb",
  "theme_color": "#f6f7fb",
  "description": "DixBase web app",
  "permissions": ["notifications", "push"],
  "gcm_sender_id": "103953800507",
  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1346x607",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard overview"
    },
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "402x603",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard mobile"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
