{
  "name": "Prompt Foundry",
  "short_name": "Foundry",
  "description": "Build structured, high-signal prompts for any AI model.",
  "start_url": "/?source=installed-app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f5f0e7",
  "theme_color": "#e85d3f",
  "categories": ["productivity", "education", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New prompt", "short_name": "New", "url": "/#workbench", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Prompt templates", "short_name": "Templates", "url": "/#templates", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
