{
  "name": "Craftrix — Minecraft Tools Hub",
  "short_name": "Craftrix",
  "description": "Free Minecraft tools: command generators, build ideas, potion brewer, banner editor, trading calculator, and more. Verified data, no account needed.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e0f",
  "theme_color": "#00d4aa",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "utilities", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Command Generator",
      "short_name": "Commands",
      "description": "Visual builder for 14+ Minecraft commands",
      "url": "/command-generator/",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Build Ideas",
      "short_name": "Builds",
      "description": "80+ Minecraft build ideas with difficulty ratings",
      "url": "/build-ideas/",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Potion Brewer",
      "short_name": "Potions",
      "description": "Interactive brewing guide with all recipes",
      "url": "/potion-brewer/",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}