{
  "name": "Puasa — Intermittent fasting tracker",
  "short_name": "Puasa",
  "description": "Track 16:8, 18:6, OMAD or a custom fast, see your metabolic stage, and keep a streak. Works offline, data stays on your device.",
  "id": "/",
  "start_url": "./?src=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#F1E7D3",
  "theme_color": "#F1E7D3",
  "lang": "en-MY",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "productivity"],
  "icons": [
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Start a fast", "short_name": "Start", "url": "./?action=start", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "History", "short_name": "History", "url": "./?view=log", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
