{
  "name": "Guri Rent - Guryaha, Xafiisyada & Hotelada",
  "short_name": "Guri Rent",
  "description": "Hel guryaha, xafiisyada iyo hotelada Soomaaliya oo dhan",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "fullscreen"],
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.gurirent.app",
      "id": "com.gurirent.app"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Guri Rent - Bogga Hore"
    },
    {
      "src": "/screenshots/mobile-properties.png", 
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Guri Rent - Raadi Guryaha"
    },
    {
      "src": "/screenshots/mobile-hotels.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow", 
      "label": "Guri Rent - Hotelada Somalia"
    },
    {
      "src": "/screenshots/tablet-landscape.png",
      "sizes": "720x540", 
      "type": "image/png",
      "form_factor": "wide",
      "label": "Guri Rent - Tablet View"
    }
  ],
  "shortcuts": [
    {
      "name": "Raadi Guryaha",
      "short_name": "Guryaha",
      "description": "Raadi guryaha kiraynta",
      "url": "/properties",
      "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Raadi Xafiisyada", 
      "short_name": "Xafiisyo",
      "description": "Raadi xafiisyada kiraynta",
      "url": "/offices",
      "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Raadi Hotelada",
      "short_name": "Hotelado", 
      "description": "Raadi hotelada",
      "url": "/hotels",
      "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "categories": ["business", "lifestyle", "utilities", "travel_and_local"],
  "lang": "so-SO",
  "dir": "ltr",
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+gurirent",
      "url": "/share?url=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/upload-property-images",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp"]
      },
      "launch_type": "single-client"
    }
  ],
  "widgets": [
    {
      "name": "Quick Search",
      "short_name": "Raadi",
      "description": "Degdeg u raadi guryo, xafiisyo, ama hotels",
      "tag": "quick-search",
      "template": "quick-search",
      "ms_ac_template": "quick-search-template",
      "data": "/api/widget-data",
      "type": "web",
      "screenshots": [
        {
          "src": "/screenshots/widget-search.png",
          "sizes": "512x512",
          "label": "Quick search widget"
        }
      ],
      "update_frequency": 300000
    },
    {
      "name": "Latest Properties",
      "short_name": "Guryo",
      "description": "Guryo cusub oo la soo dhigay",
      "tag": "latest-properties", 
      "template": "property-list",
      "ms_ac_template": "property-list-template",
      "data": "/api/widget-properties",
      "type": "web",
      "screenshots": [
        {
          "src": "/screenshots/widget-properties.png", 
          "sizes": "512x512",
          "label": "Latest properties widget"
        }
      ],
      "update_frequency": 600000
    }
  ]
}