/* ===== /_manifest.json ===== */
{
  "name": "Athens Beats",
  "short_name": "AthensBeats",
  "description": "The pulse of Athens in your pocket. Events, music, and hangouts.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#1f1f1f",
  "theme_color": "#1f1f1f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://athensbeats.gr/images/gallery/play-rec.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "https://athensbeats.gr/images/gallery/play-rec.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}
