{
  "name": "FSolar Portal",
  "short_name": "FSolar",
  "description": "FSolar multi-store WooCommerce management portal",
  "start_url": "/dashboard.php",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%23f97316'/><text y='70' x='15' font-size='65'>☀️</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Product",
      "short_name": "Add",
      "url": "/product-form.php",
      "description": "Add a new product"
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/products.php",
      "description": "View all products"
    },
    {
      "name": "Stock",
      "short_name": "Stock",
      "url": "/stock.php",
      "description": "Manage inventory"
    }
  ]
}
