{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Singer's Toolkit",
  "short_name": "Singer's Toolkit",
  "description": "A modern music learning platform for students and teachers.",
  "id": "/?homescreen=1",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#3E4560",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Courses",
      "short_name": "Courses",
      "description": "View your courses",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Open the community page",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/lovable-uploads/ffa55937-05ee-4b0c-8c63-5e3d13e8b959.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "App Home"
    }
  ],
  "lang": "en"
}
