{
  "name": "SmartPromptIQ - AI Prompt Engineering Platform",
  "short_name": "SmartPromptIQ",
  "description": "Master AI prompt engineering with SmartPromptIQ. Generate prompts, learn from Academy, and build with BuilderIQ.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "education", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "144x144 192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Prompt",
      "short_name": "Generate",
      "description": "Create a new AI prompt",
      "url": "/categories"
    },
    {
      "name": "Academy",
      "short_name": "Learn",
      "description": "Browse Academy courses",
      "url": "/academy/courses"
    },
    {
      "name": "BuilderIQ",
      "short_name": "Build",
      "description": "Create app blueprints",
      "url": "/builderiq"
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Browse prompt marketplace",
      "url": "/marketplace"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
