{
  "short_name": "Eventorium",
  "name": "Eventorium - Platforma pentru Evenimente și Servicii",
  "description": "Descoperă și rezervă servicii pentru evenimente de top în România. Organizatori de evenimente, catering, muzică, fotografie și multe altele.",
  "icons": [
    {
      "src": "/imagini/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/imagini/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/imagini/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/imagini/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/imagini/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/imagini/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/imagini/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#867f71",
  "background_color": "#F0EEEE",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ro",
  "categories": ["business", "events", "lifestyle"],
  "shortcuts": [
    {
      "name": "Servicii Evenimente",
      "short_name": "Servicii",
      "description": "Explorează serviciile pentru evenimente disponibile",
      "url": "/services",
      "icons": [{ "src": "/imagini/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Publică Serviciu",
      "short_name": "Publică",
      "description": "Publică un serviciu nou pentru evenimente",
      "url": "/publish",
      "icons": [{ "src": "/imagini/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Contactează echipa Eventorium",
      "url": "/contact",
      "icons": [{ "src": "/imagini/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
} 