{
  "name": "Printy",
  "short_name": "Printy",
  "description": "Estimate, quote, pay, and track print jobs through Printy.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#101828",
  "lang": "en-KE",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/assets/favicons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/dark/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/dark/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/light/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/pwa/light/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Printy",
      "short_name": "Printy",
      "url": "/"
    },
    {
      "name": "About Printy",
      "short_name": "About",
      "url": "/about"
    }
  ]
}
