{
  "name": "Local Lens Ethiopia",
  "short_name": "Local Lens",
  "description": "Discover and share the real, messy, beautiful side of Ethiopia — food, places, and local adventures.",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0f0f0f",
  "theme_color": "#0EA5E9",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "orientation": "portrait-primary",

  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/mobile-feed.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Discover local food and adventures in your feed"
    },
    {
      "src": "/screenshots/mobile-map.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Explore places pinned on the interactive map"
    },
    {
      "src": "/screenshots/mobile-detail.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "View post details, ratings, and comments"
    },
    {
      "src": "/screenshots/desktop-feed.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Browse and discover local places on desktop"
    }
  ],

  "shortcuts": [
    {
      "name": "Explore Feed",
      "short_name": "Feed",
      "description": "Jump straight to the discovery feed",
      "url": "/?source=shortcut",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Open the interactive places map",
      "url": "/?tab=map&source=shortcut",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your profile and posts",
      "url": "/?tab=profile&source=shortcut",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ],

  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/*"]
        }
      ]
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+locallens",
      "url": "/post/%s"
    }
  ],

  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "edge_side_panel": {
    "preferred_width": 400
  },

  "categories": ["travel", "food", "lifestyle", "social", "navigation"],

  "prefer_related_applications": false,
  "related_applications": []
}