{
  "name": "Musafir's Tracks - Daily Habit Tracker",
  "short_name": "Musafir's Tracks",
  "description": "Islamic habit tracker with daily streaks, charts, and Quran verses",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c5f2d",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%232c5f2d' width='192' height='192'/><text x='50%' y='50%' font-size='120' fill='white' dominant-baseline='middle' text-anchor='middle'>🧭</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%232c5f2d' width='512' height='512'/><text x='50%' y='50%' font-size='320' fill='white' dominant-baseline='middle' text-anchor='middle'>🧭</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%232c5f2d' width='540' height='720'/><text x='270' y='360' font-size='200' fill='white' dominant-baseline='middle' text-anchor='middle'>📱</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Physical Task",
      "short_name": "Physical",
      "description": "Quick add a physical exercise task",
      "url": "./?action=physical",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232c5f2d' width='96' height='96'/><text x='48' y='48' font-size='60' fill='white' dominant-baseline='middle' text-anchor='middle'>💪</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Add Mental Task",
      "short_name": "Mental",
      "description": "Quick add a mental or spiritual task",
      "url": "./?action=mental",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232c5f2d' width='96' height='96'/><text x='48' y='48' font-size='60' fill='white' dominant-baseline='middle' text-anchor='middle'>📚</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
