{
  "name": "Remix: Easy Invoice",
  "short_name": "Easy Invoice",
  "description": "Easy Invoice with instant PWA support, offline storage and customizable layout template.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#090514",
  "theme_color": "#090514",
  "scope": "/",
  "categories": ["business", "finance", "utilities"],
  "icons": [
    {
      "src": "/pwa_icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa_icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/pwa_icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "url": "/?create=invoice",
      "icons": [{ "src": "/pwa_icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "New Receipt",
      "short_name": "Receipt",
      "url": "/?create=receipt",
      "icons": [{ "src": "/pwa_icon.svg", "sizes": "192x192" }]
    }
  ]
}
