{
  "name": "C.R.G 3D Poser - Professional Animation Studio",
  "short_name": "C.R.G Poser",
  "description": "Professional 3D character animation and rigging tool by C.R.G Studio. Create stunning poses and animations on mobile.",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#dc2626",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23dc2626' width='192' height='192' rx='45'/><text x='96' y='130' font-size='80' fill='%23ffffff' text-anchor='middle' font-weight='bold'>🎬</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23dc2626' width='512' height='512' rx='120'/><text x='256' y='380' font-size='200' fill='%23ffffff' text-anchor='middle' font-weight='bold'>🎬</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "graphics"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='0%' y2='100%'><stop offset='0%' style='stop-color:%23dc2626;stop-opacity:1' /><stop offset='100%' style='stop-color:%230a0a0a;stop-opacity:1' /></linearGradient></defs><rect fill='url(%23grad)' width='540' height='720'/><text x='270' y='360' font-size='60' fill='%23ffffff' text-anchor='middle' font-weight='bold'>C.R.G 3D Poser</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Import Model",
      "short_name": "Import",
      "description": "Import a 3D model to animate",
      "url": "/?action=import",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23dc2626' width='96' height='96' rx='20'/><text x='48' y='70' font-size='40' fill='%23ffffff' text-anchor='middle' font-weight='bold'>📁</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Save Pose",
      "short_name": "Save",
      "description": "Save current character pose",
      "url": "/?action=save",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23dc2626' width='96' height='96' rx='20'/><text x='48' y='70' font-size='40' fill='%23ffffff' text-anchor='middle' font-weight='bold'>💾</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "model",
          "accept": [".glb", ".gltf", "model/gltf-binary", "model/gltf+json"]
        }
      ]
    }
  }
}
