{
  "name": "Awasa - Goal Tracking & Life Balance",
  "short_name": "Awasa",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#3F51B5",
  "description": "Awasa - Goal Tracking & Life Balance",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": [
    "productivity",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icons/awasa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/awasa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icons/apple-touch-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen with goals"
    },
    {
      "src": "icons/screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today's tasks"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Tasks",
      "short_name": "Today",
      "description": "View today's pending subgoals",
      "url": "/?route=/today",
      "icons": [
        {
          "src": "icons/today-shortcut-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Life Balance",
      "short_name": "Balance",
      "description": "View basis scores and progress",
      "url": "/?route=/basis",
      "icons": [
        {
          "src": "icons/balance-shortcut-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}