{
  "id": "com.revisiongenie.app",
  "name": "Revision Genie",
  "short_name": "Revision Genie",
  "description": "Your AI-powered revision companion",
  "start_url": "/welcome",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en",
  "categories": ["education", "productivity"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "application/pdf": [".pdf"],
        "text/plain": [".txt"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/compose?to=%s"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "splash_screens": [
    {
      "src": "/splash/splash-2048x2732.png",
      "sizes": "2048x2732",
      "type": "image/png",
      "platform": "ios"
    },
    {
      "src": "/splash/splash-1668x2224.png",
      "sizes": "1668x2224",
      "type": "image/png",
      "platform": "ios"
    },
    {
      "src": "/splash/splash-1536x2048.png",
      "sizes": "1536x2048",
      "type": "image/png",
      "platform": "ios"
    },
    {
      "src": "/splash/splash-1242x2208.png",
      "sizes": "1242x2208",
      "type": "image/png",
      "platform": "android"
    },
    {
      "src": "/splash/splash-1125x2436.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "platform": "android"
    },
    {
      "src": "/splash/splash-828x1792.png",
      "sizes": "828x1792",
      "type": "image/png",
      "platform": "android"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Homescreen of Revision Genie"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
