{
  "name": "SellMyCoins",
  "short_name": "SellMyCoins",
  "description": "Photograph your coins and receive a free offer from SellMyCoins.ca",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A1F14",
  "theme_color": "#1B3A2D",
  "lang": "en-CA",
  "categories": ["finance", "shopping"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Get an Offer",
      "short_name": "Get Offer",
      "description": "Start a new coin submission",
      "url": "/app/contact",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
