{
  "name": "GlowPlan",
  "short_name": "GlowPlan",
  "description": "Your personalised glow-up plan — skincare, gym, nutrition, routine and style in one app",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090d",
  "theme_color": "#c9a55a",
  "scope": "./",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "health", "lifestyle"],
  "shortcuts": [
    {
      "name": "Add Big Task",
      "short_name": "Big Task",
      "description": "Quickly add a big task",
      "url": "./index.html?action=add-big"
    },
    {
      "name": "Add Small Task",
      "short_name": "Small Task",
      "description": "Quickly add a small task",
      "url": "./index.html?action=add-small"
    }
  ]
}
