{
  "id": "/app.html",
  "name": "Momentum Tracking",
  "short_name": "Momentum",
  "description": "Australian business management for personal trainers — sessions, prepaid packs, invoicing, expenses and BAS/GST, in one app.",
  "lang": "en-AU",
  "dir": "ltr",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0b0b0b",
  "theme_color": "#0b0b0b",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "productivity"],
  "prefer_related_applications": false,
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "This week",
      "short_name": "Week",
      "description": "Tick off the sessions you delivered",
      "url": "/app.html?go=week",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "Add a client or check a pack balance",
      "url": "/app.html?go=clients",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Log an expense",
      "short_name": "Expense",
      "description": "Snap a receipt before you lose it",
      "url": "/app.html?go=expenses",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
