{
  "name": "Syncify.me",
  "short_name": "Syncify",
  "description": "Everything a music creator needs to grow — in one place.",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000210",
  "theme_color": "#FF743D",
  "categories": ["music", "business", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "form_factor": "narrow",
      "label": "Syncify Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "url": "/app/home",
      "description": "Go to your dashboard"
    },
    {
      "name": "Calendar",
      "url": "/app/calendar",
      "description": "View your calendar"
    }
  ]
}
