{
  "id": "thesispro",
  "name": "ThesisPro",
  "short_name": "ThesisPro",
  "description": "AI-powered study planning for PhD and Master's students. Track milestones, write thesis chapters, and get AI research assistance.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#3b5bdb",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-phone.png",
      "sizes": "768x1408",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ThesisPro — Mobile view"
    },
    {
      "src": "/screenshots/screenshot-wide.png",
      "sizes": "1408x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ThesisPro — Desktop dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your research dashboard",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New Study Plan",
      "short_name": "New Plan",
      "description": "Create a new PhD study plan",
      "url": "/create-plan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI Chat",
      "description": "Chat with your AI research assistant",
      "url": "/ai-assistant",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [".pdf"],
        "text/plain": [".txt", ".md"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "widgets": [
    {
      "name": "Thesis Progress",
      "short_name": "Progress",
      "description": "Quick view of your thesis chapter progress",
      "tag": "thesis-progress",
      "ms_ac_template": "/widget-template.json",
      "data": "/api/widget/progress",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/screenshot-phone.png",
          "sizes": "768x1408",
          "label": "Thesis Progress Widget"
        }
      ],
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "auth": true,
      "update": 3600
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.thesisaiplanner",
      "id": "app.thesisaiplanner"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/thesis-ai-planner/id0000000000"
    }
  ],
  "prefer_related_applications": false,
  "scope_extensions": [
    { "origin": "https://thesis-guide.replit.app" }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "protocol_handlers": [
    {
      "protocol": "web+thesis",
      "url": "/?protocol=%s"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "note_taking": {
    "new_note_url": "/thesis-writer"
  }
}
