{
  "name": "Tasbeeh - Digital Zikr Counter",
  "short_name": "Tasbeeh",
  "description": "Free Tasbeeh and Zikr counter app for tracking daily dhikr, azkar, and tasbih with Arabic text support and prayer remembrance features",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#1e293b",
  "background_color": "#1e293b",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "categories": ["lifestyle", "productivity", "religion", "education", "islamic", "spiritual"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "General Dhikr",
      "short_name": "Dhikr",
      "description": "Track general dhikr and zikr with digital tasbeeh",
      "url": "/",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Prayer Azkar",
      "short_name": "Prayer",
      "description": "Post-prayer dhikr and azkar tracking",
      "url": "/prayers",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Tasbeeh counter main interface with Arabic dhikr"
    },
    {
      "src": "/screenshot-narrow.jpg", 
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile Tasbeeh view with zikr tracking"
    }
  ]
}