{
  "short_name": "RateMyTalk",
  "name": "RateMyTalk - Conference Feedback Platform",
  "description": "A web application for conference organizers and speakers to generate surveys and collect feedback on events",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "ratemytalk150.png",
      "type": "image/png",
      "sizes": "150x136"
    },
    {
      "src": "apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    },
    {
      "src": "android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0d6efd",
  "background_color": "#ffffff",
  "categories": ["productivity", "business", "education"],
  "lang": "en-US",
  "scope": "/",
  "features": [
    "authentication",
    "user-profiles",
    "survey-management",
    "feedback-collection",
    "role-based-access"
  ]
}