{
  "name": "Anna's Barber Shop",
  "short_name": "Anna's",
  "description": "Check hours, call Anna's Barber Shop, and get directions.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#182520",
  "theme_color": "#182520",
  "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" }
  ],
  "shortcuts": [
    { "name": "Call the shop", "short_name": "Call", "url": "./index.html#visit" },
    { "name": "Hours and location", "short_name": "Visit", "url": "./index.html#visit" }
  ]
}
