{
  "name": "Bonemeal - LabPBR Texture Converter",
  "short_name": "Bonemeal",
  "description": "Professional Minecraft texture automation suite with Discord authentication, featuring visual editing tools, batch processing, algorithmic texture generation, and comprehensive LabPBR 1.3 conversion capabilities.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#8B4513",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "games"],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile interface showing project management"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop interface with full texture editing suite"
    }
  ],
  "icons": [
    {
      "src": "icon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Project",
      "short_name": "New Project",
      "description": "Create a new texture project",
      "url": "/projects?action=create",
      "icons": [
        {
          "src": "shortcut-project.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Greenhouse Studio",
      "short_name": "Studio",
      "description": "Open the texture automation studio",
      "url": "/greenhouse",
      "icons": [
        {
          "src": "shortcut-studio.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Documentation",
      "short_name": "Docs",
      "description": "View LabPBR documentation and guides",
      "url": "/docs",
      "icons": [
        {
          "src": "shortcut-docs.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/greenhouse?share=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "textures",
          "accept": ["image/png", "image/jpeg", "image/jpg", "application/zip"]
        }
      ]
    }
  }
}
