{
  "name": "Gooreto",
  "short_name": "Gooreto",
  "description": "The Nepalese Community App — Rooms, Jobs, Buy & Sell, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1A56C4",
  "theme_color": "#1A56C4",
  "lang": "en",
  "icons": [
    {
      "src": "/assets/branding/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/branding/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "community", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Post Something",
      "short_name": "Post",
      "description": "Create a new post",
      "url": "/#create",
      "icons": [{ "src": "/assets/branding/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Business Directory",
      "short_name": "Business",
      "description": "Find local Nepalese businesses",
      "url": "/#biz",
      "icons": [{ "src": "/assets/branding/logo.png", "sizes": "192x192" }]
    }
  ]
}