{
  "name": "Pip Paper Plane",
  "short_name": "Pip",
  "description": "AI-powered resume builder & job hunt companion",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#FFF6E9",
  "theme_color": "#F5A623",
  "orientation": "portrait",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Resume",
      "short_name": "Resume",
      "description": "Start creating a new resume",
      "url": "./index.html?screen=studio"
    },
    {
      "name": "Job Tracker",
      "short_name": "Tracker",
      "description": "View application tracker",
      "url": "./index.html?screen=tracker"
    }
  ]
}
