{
  "id": "https://smartphone-sy.com",
  "short_name": "SmartPhone",
  "name": "SmartPhone",
  "description": "تطبيق Smart Phone يوفر لك الوصول السريع إلى خدماتنا.",
  "permissions": ["notifications", "push", "background-sync"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#eab308",
  "background_color": "#323235",
  "launch_handler": {
    "client_mode": "navigate",
    "url": "/welcome.html"
  },
  "orientation": "portrait",
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "320x480",
      "type": "image/png"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "640x960",
      "type": "image/png"
    }
  ],
  "categories": ["Productivity", "Tools"],
  "scope": "/",
  "scope_extensions": ["/extra-scope"],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.example.app"
    }
  ],
  "default_direction": "rtl",
  "iarc_rating_id": "1234",
  "language": "ar",
  "prefer_related_applications": true,
  "dir": "rtl"
}
