{
  "name": "Swan Grill & Bakery",
  "short_name": "Swan Grill &",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#7d1f08",
  "theme_color": "#7d1f08",
  "description": "Great food and community service since 2024",
  "categories": [
    "business",
    "utilities"
  ],
  "icons": [
    {
      "src": "https://swangrill.ca/images/logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}