{
  "name": "Nuvou",
  "short_name": "Nuvou",
  "description": "Branded invoicing, quotes, proposals, projects, meetings and time tracking. Built for calm, not chaos.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F1419",
  "theme_color": "#0F1419",
  "lang": "en-GB",
  "categories": ["productivity", "business", "finance"],
  "icons": [
    {
      "src": "/PWA-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/PWA-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/PWA-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/PWA-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/PWA-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Invoices",
      "url": "/invoices",
      "icons": [{ "src": "/PWA-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meetings",
      "url": "/meetings",
      "icons": [{ "src": "/PWA-192.png", "sizes": "192x192" }]
    }
  ]
}
