{
  "short_name": "درمووایز",
  "name": "درمووایز | Dermowise - برنامه هوشمند مراقبت از پوست",
  "description": "برنامه هوشمند آنالیز پوست و مراقبت شخصی",
  "icons": [
    {
      "src": "logo_pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo_pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo_pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "logo_pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/home?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#8B5CF6",
  "background_color": "#F8FAFC",
  "scope": "/",
  "lang": "fa",
  "dir": "rtl",
  "categories": ["health", "lifestyle", "beauty"],
  "screenshots": [
    {
      "src": "slide1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "slide2.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "اسکن پوست",
      "short_name": "اسکن",
      "description": "آنالیز فوری پوست",
      "url": "/scanpage",
      "icons": [
        {
          "src": "logo_pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "روتین من",
      "short_name": "روتین",
      "description": "مشاهده روتین مراقبت",
      "url": "/routine",
      "icons": [
        {
          "src": "logo_pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "notification": {
    "action": "open",
    "badge": "/logo_pwa-192.png",
    "icon": "/logo_pwa-192.png"
  },
  "permissions": [
    "notifications"
  ],
  "gcm_sender_id": "103953800507"
} 