{
  "name": "SellMeGun",
  "short_name": "SellMeGun",
  "description": "The UK's trusted registered firearms dealer — buy, sell, and transfer legally with confidence.",

  "id": "/",
  "start_url": "/",
  "scope": "/",

  "display": "standalone",

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

  "background_color": "#0d0f0e",
  "theme_color": "#b8963e",

  "orientation": "portrait-primary",

  "lang": "en-GB",

  "categories": [
    "shopping",
    "lifestyle"
  ],

  "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"
    }
  ]
}