{
  "name": "Prompt Machine",
  "short_name": "Prompt Machine",
  "description": "AI-Powered Tool Creation Platform - Build custom AI tools without coding",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Tool",
      "short_name": "Create",
      "description": "Build a new AI tool",
      "url": "/ai-prompt-engineer/prompt-engineer.html",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Tools",
      "short_name": "My Tools",
      "description": "View your created tools",
      "url": "/my-tools.html",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
