{
  "id": "com.pixelassetforge.app",
  "name": "Pixel Asset Forge — AI Game Asset Generator | Characters, Sprites & Audio",
  "short_name": "PixelForge",
  "description": "AI-powered game asset generator. Create characters, sprites, environments, animations, and audio — export to Unity, Unreal, Godot, and GameMaker.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#7c3aed",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["games", "productivity", "utilities", "design"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Character Generator",
      "short_name": "Characters",
      "description": "Generate AI game characters",
      "url": "/studio/character-generator",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Asset Gallery",
      "short_name": "Gallery",
      "description": "Browse your generated assets",
      "url": "/studio/asset-gallery",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Showcase",
      "short_name": "Showcase",
      "description": "Explore community assets",
      "url": "/studio/showcase",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Pixel Asset Forge AI game asset generation studio"
    }
  ]
}
