{
  "name": "Cyprus Explorer",
  "short_name": "CyprusExplorer",
  "id": "com.cyprusexplorer.app",
  "start_url": "/",
  "scope": "/",
  "description": "Explore beautiful Cyprus destinations, events, and travel tips.",
  "dir": "ltr",
  "lang": "en-US",
  "orientation": "portrait-primary",
  "display": "standalone",
  "background_color": "#06B6D4",
  "theme_color": "#0EA5E9",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}