{
  "id": "/?source=pwa",
  "name": "ByMoon",
  "short_name": "ByMoon",
  "description": "Cycle-aware supplement ritual. All data stays on your device.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F4ECD8",
  "theme_color": "#F4ECD8",
  "categories": ["health", "lifestyle", "medical"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "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" },
    { "src": "icons/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Log period",
      "short_name": "Period",
      "description": "Log today's period flow and symptoms",
      "url": "./?action=log-period",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Add supplement",
      "short_name": "Add",
      "description": "Add a new supplement to your stack",
      "url": "./?action=add-supplement",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Cycle",
      "short_name": "Cycle",
      "description": "Open the cycle calendar",
      "url": "./?screen=cycle",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
