{
  "short_name": "MulchPro",
  "name": "Mulch Calculator Pro - Global Garden Tool",
  "description": "Professional landscaping and budget calculator for home improvement.",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 fill=%22%236b8e23%22 rx=%2220%22/><text y=%22.9em%22 x=%225%22 font-size=%2280%22>🌿</text></svg>",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 fill=%22%236b8e23%22 rx=%2220%22/><text y=%22.9em%22 x=%225%22 font-size=%2280%22>🌿</text></svg>",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "theme_color": "#6b8e23",
  "background_color": "#ffffff",
  "categories": ["lifestyle", "utilities", "house_and_home"],
  "shortcuts": [
    {
      "name": "Calculate Mulch",
      "url": "/?calculate=mulch",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚡</text></svg>", "sizes": "192x192" }]
    }
  ]
}