{
  "id": "/",
  "name": "Estiquik — Renovation Estimating & Invoicing",
  "short_name": "Estiquik",
  "description": "Price a renovation room by room, turn the estimate into an invoice, and get paid — with prices and tax tuned to your state or province.",
  "start_url": "/projects.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#157f3f",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "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-mask.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512-mask.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "New estimate",
      "short_name": "Estimate",
      "description": "Start a new estimate from a template",
      "url": "/estimates.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log an expense",
      "short_name": "Expense",
      "description": "Photograph a receipt and log what it cost",
      "url": "/expenses.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "description": "What you have billed and what is still owing",
      "url": "/invoices.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
