{
  "name": "Beyondries Invoices",
  "short_name": "Invoices",
  "description": "Invoices and clients for Beyondries.",
  "start_url": "/invoices",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F4E7DA",
  "theme_color": "#00263E",
  "orientation": "any",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New invoice",
      "short_name": "New",
      "url": "/invoices/new"
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "url": "/contacts"
    }
  ]
}
