{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Baltimore Bitcoin - Charm City Sound Money",
  "short_name": "Bmore Bitcoin",
  "id": "com.baltimorebitcoin.app",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "description": "Charm City's non-custodial Bitcoin directory, merchant POS, event calendar, and peer-to-peer sound money community.",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "finance",
    "business",
    "community",
    "social"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Trollbox",
      "short_name": "Trollbox",
      "description": "Join live community chat and send zaps",
      "url": "/trollbox",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Events & Meetups",
      "short_name": "Events",
      "description": "View upcoming Baltimore Bitcoin meetups and ticket passes",
      "url": "/events",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Merchant POS Terminal",
      "short_name": "POS",
      "description": "Launch instant Lightning and L2 payment receiver",
      "url": "/merchant-pos",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
