{

  "name": "Loadout",

  "short_name": "Loadout",

  "description": "Buy and sell gaming gear nearby.",

  "start_url": "/",

  "id": "/",

  "scope": "/",

  "display": "standalone",

  "display_override": ["tabbed", "window-controls-overlay", "standalone", "browser"],

  "background_color": "#0a0a0a",

  "theme_color": "#a3e635",

  "orientation": "portrait",

  "lang": "en",

  "dir": "ltr",

  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",

  "prefer_related_applications": false,

  "related_applications": [],

  "categories": ["shopping", "games", "social"],

  "shortcuts": [

    {

      "name": "Browse Gear",

      "short_name": "Browse",

      "description": "Browse gaming gear listings",

      "url": "/browse",

      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]

    },

    {

      "name": "Sell an Item",

      "short_name": "Sell",

      "description": "Post a gaming gear listing",

      "url": "/sell",

      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]

    }

  ],

  "screenshots": [

    {

      "src": "/screenshot-wide.png",

      "sizes": "1280x720",

      "type": "image/png",

      "form_factor": "wide",

      "label": "Loadout on desktop"

    },

    {

      "src": "/screenshot-narrow.png",

      "sizes": "750x1334",

      "type": "image/png",

      "form_factor": "narrow",

      "label": "Loadout on mobile"

    }

  ],

  "icons": [

    {

      "src": "/icon-192.png",

      "sizes": "192x192",

      "type": "image/png",

      "purpose": "any maskable"

    },

    {

      "src": "/icon-512.png",

      "sizes": "512x512",

      "type": "image/png",

      "purpose": "any maskable"

    }

  ],

  "widgets": [],

  "note_taking": { "new_note_url": "/sell" },

  "share_target": {

    "action": "/share",

    "method": "GET",

    "params": {

      "title": "title",

      "text": "text",

      "url": "url"

    }

  },

  "launch_handler": {

    "client_mode": "navigate-existing"

  },

  "scope_extensions": [{ "origin": "https://gamer-gear-link.lovable.app" }],

  "handle_links": "preferred",

  "edge_side_panel": {

    "preferred_width": 400

  },

  "file_handlers": [

    {

      "action": "/share",

      "accept": {

        "image/png": [".png"],

        "image/jpeg": [".jpg", ".jpeg"]

      }

    }

  ],

  "protocol_handlers": [

    {

      "protocol": "web+loadout",

      "url": "/listing/%s"

    }

  ]

}
