{
  "name": "قرية حرارة - خدمات القرية الذكية",
  "short_name": "قرية حرارة",
  "description": "تطبيق خدمات القرية الذكية - دليل شامل للخدمات والمحلات والأخبار المحلية",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["community", "services", "local"],
  "icons": [
    {
      "src": "icon.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "icon.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "الأخبار",
      "short_name": "أخبار",
      "description": "عرض آخر أخبار القرية",
      "url": "/#news",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📰</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "الخدمات",
      "short_name": "خدمات",
      "description": "عرض خدمات القرية",
      "url": "/#craftsmen",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔧</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 640'><rect width='360' height='640' fill='%232c3e50'/><text x='180' y='320' text-anchor='middle' fill='white' font-size='24'>قرية حرارة</text></svg>",
      "sizes": "360x640",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "id": "harara-village-app",
  "protocol_handlers": [
    {
      "protocol": "web+harara",
      "url": "/?protocol=%s"
    }
  ],
  "cache_control": {
    "max_age_seconds": 0,
    "strategy": "network_first"
  },
  "gcm_sender_id": "103953800507",
  "serviceworker": "/sw.js"
}