{
  "id": "/",
  "name": "MOTOWN AI",
  "short_name": "MOTOWN AI",
  "description": "Learn anything with AI. Motown AI turns your lecture notes, slides, and syllabi into flashcards, quizzes, fill-in exercises, narrated podcasts, and YouTube recommendations — built for KNUST, UG, UCC, and UHAS students.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1117",
  "theme_color": "#7c6cfa",
  "lang": "en",
  "categories": [
    "education",
    "social"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse your study materials",
      "url": "/library",
      "icons": [
        {
          "src": "/static/images/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Discover educational content",
      "url": "/explore",
      "icons": [
        {
          "src": "/static/images/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Create Post",
      "short_name": "Create",
      "description": "Share a new post",
      "url": "/posts/create",
      "icons": [
        {
          "src": "/static/images/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
