{
  "name": "Sahitya Studio",
  "short_name": "SahityaStudio",
  "start_url": "/index.html",
  "id": "/index.html",
  "display": "standalone",
  "background_color": "#fdfbf7",
  "theme_color": "#800000",
  "orientation": "portrait",
  "description": "उर्दू कविता के लिए AI-powered tools",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "विचार रिकॉर्ड करें",
      "short_name": "रिकॉर्ड",
      "description": "एक टैप में कविता का विचार सहेजें — चलते-फिरते",
      "url": "/capture.html?autostart=1&src=shortcut",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "नई रचना",
      "short_name": "लिखें",
      "description": "संपादक में नई कविता शुरू करें",
      "url": "/editor.html",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "विचार",
      "short_name": "विचार",
      "description": "सहेजे हुए विचार देखें",
      "url": "/library.html?status=ideation",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}