{
  "name": "Commusic Center",
  "short_name": "Commusic",
  "description": "The global hub for music creators. Build communities, sell courses, list events.",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "com.commusicenter.app",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "it",
  "categories": ["music", "social", "education", "entertainment"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Commusic Center Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/dashboard",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "url": "/search",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/dashboard/messages",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    }
  ]
}
