{
  "name": "Prompt Forge",
  "short_name": "Prompt Forge",
  "description": "A comprehensive AI prompt generation tool with style references, 20+ AI models, mood/color controls, local LLM integration, and advanced parameters",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0B0E14",
  "theme_color": "#0B0E14",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "design"],
  "lang": "en-US",
  "scope": "./",
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Prompt",
      "short_name": "New",
      "description": "Create a new prompt",
      "url": "./index.html?action=new",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Prompt Library",
      "short_name": "Library",
      "description": "View saved prompts",
      "url": "./index.html?action=library",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Style References",
      "short_name": "Sref",
      "description": "Manage style references",
      "url": "./index.html?action=sref",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Prompt Forge main interface"
    },
    {
      "src": "assets/screenshot-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Prompt Forge mobile interface"
    }
  ]
}
