{
  "name": "LEW — Learning Everywhere Workspace",
  "short_name": "LEW",
  "description": "Your notes, files, study rooms and AI study tools in one place.",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF9F6",
  "theme_color": "#FAF9F6",
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/mobile/ai_chat.jpg",
      "sizes": "720x1509",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Ask anything and get a worked explanation, with proper maths"
    },
    {
      "src": "/screenshots/mobile/studytools.jpg",
      "sizes": "720x1509",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Turn any PDF into summaries, flashcards and quizzes"
    },
    {
      "src": "/screenshots/mobile/notes.jpg",
      "sizes": "720x1509",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Notes with headings, lists and equations"
    },
    {
      "src": "/screenshots/mobile/studyroom.jpg",
      "sizes": "720x1509",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Study rooms for sharing material with your class"
    },
    {
      "src": "/screenshots/mobile/files.jpg",
      "sizes": "720x1509",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Your files, kept in your own Google Drive"
    },
    {
      "src": "/screenshots/desktop/desktop-1.jpg",
      "sizes": "1902x1032",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "LEW on the web"
    },
    {
      "src": "/screenshots/desktop/desktop-2.jpg",
      "sizes": "1902x1032",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Study tools and AI assistant"
    },
    {
      "src": "/screenshots/desktop/desktop-3.jpg",
      "sizes": "1902x1032",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Notes and files in one workspace"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/pdf",
            "image/*",
            "text/plain",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
