{
  "id": "./",
  "name": "Vermeer Invoice (demo)",
  "short_name": "Invoice",
  "description": "Demo of a phone-first invoicing app: fill in hours, send the invoice as a PDF.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ece7dc",
  "theme_color": "#5f6f5c",
  "lang": "en",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
