{
  "name": "AI Graphics Studio",
  "short_name": "AI Graphics",
  "description": "Build professional AI image prompts that don't look AI-generated. Companion app to AI Graphics That Don't Look AI.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f6f6f7",
  "theme_color": "#0e0f13",
  "categories": ["productivity", "graphics", "business"],
  "icons": [
    { "src": "icons/icon-180.png", "sizes": "180x180", "type": "image/png" },
    { "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": "Browse prompts", "url": "./index.html#/browse" },
    { "name": "The method", "url": "./index.html#/method" }
  ]
}
