{
  "id": "/",
  "name": "NeuroPad - AI Notes Converter",
  "short_name": "NeuroPad",
  "description": "The AI-powered workspace for students to automate notes, generate flashcards, and master any subject.",
  "lang": "en",
  "dir": "auto",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#06080f",
  "theme_color": "#4fffb0",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/favicon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "display_override": ["window-controls-overlay", "tabbed"],
  "note_taking": {
    "new_note_url": "/index.html?new=true"
  },
  "share_target": {
    "action": "/index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["text/plain", "application/pdf", "image/png", "image/jpeg"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/index.html",
      "accept": {
        "text/plain": [".txt"],
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"]
      }
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot1.png",
      "sizes": "1221x687",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NeuroPad Dashboard"
    },
    {
      "src": "/screenshots/screenshot2.png",
      "sizes": "559x697",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NeuroPad Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Access Notes",
      "url": "/index.html"
    },
    {
      "name": "Get Pro",
      "url": "/subscribe.html"
    }
  ]
}