{
  "_note": "Fallback only. admin.html generates the live manifest from config.js at runtime.",
  "name": "Listings Admin",
  "short_name": "Admin",
  "description": "Installable admin app for managing property listings",
  "start_url": "./admin.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fffaf5",
  "theme_color": "#003049",
  "orientation": "portrait",
  "icons": [
    {
      "src": "Equity Merchants.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "Equity Merchants.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
