{
  "name": "Backrow - Smart Note Taking",
  "short_name": "BackRow",
  "description": "AI-powered note-taking platform that transforms lectures into organized study materials",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "categories": ["education", "productivity", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon-192.png?v=24",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png?v=24",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Record Lecture",
      "short_name": "Record",
      "description": "Start recording a new lecture",
      "url": "/app?tab=record"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your study dashboard",
      "url": "/app"
    }
  ],
  "share_target": {
    "action": "/screen-scanner",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
