{
  "name": "Chalkias & Barbers",
  "short_name": "Chalkias",
  "description": "Premium gentlemen's grooming in Athens. Book your appointment in seconds.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070606",
  "theme_color": "#c2a254",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "business"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book now",
      "short_name": "Book",
      "description": "Reserve your chair",
      "url": "/app/book",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My booking",
      "short_name": "My Booking",
      "description": "Find my booking",
      "url": "/app/lookup",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Visit website",
      "short_name": "Website",
      "description": "About the studio",
      "url": "/about",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Call the shop",
      "short_name": "Call",
      "description": "Call Chalkias & Barbers",
      "url": "tel:+302102581744",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
