{
  "name": "AI Chatbot Platform by Spyros Website",
  "short_name": "Spyros AI",
  "description": "Ψηφιακός AI Ρεσεψιονίστ για ξενοδοχεία. 24/7, 95+ γλώσσες, μία γραμμή κώδικα.",
  "start_url": "/",
  "scope": "/",
  "lang": "el",
  "dir": "ltr",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#020b18",
  "background_color": "#020b18",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/images/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Demo",
      "short_name": "Demo",
      "description": "Δείτε το AI chatbot σε δράση",
      "url": "/widget/demo.html",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Εγγραφή",
      "short_name": "Εγγραφή",
      "description": "Δωρεάν δοκιμή 14 ημερών",
      "url": "/admin/register.php",
      "icons": [{ "src": "/images/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Admin Panel",
      "short_name": "Admin",
      "description": "Διαχείριση chatbots",
      "url": "/admin/login.php",
      "icons": [{ "src": "/images/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI Chatbot Dashboard"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Chatbot Mobile"
    }
  ]
}