{
  "name": "Admin Trash & Cash",
  "short_name": "Admin Trash & Cash",
  "theme_color": "#f59e0b",
  "background_color": "#fafafa",
  "display": "standalone",
  "scope": "./",
  "start_url": "./",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "description": "Administrative interface for managing Trash&Cash platform content and users",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "assets/favicons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "favicon"
    },
    {
      "src": "assets/favicons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/favicons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "User Management",
      "short_name": "Users",
      "description": "Manage platform users",
      "url": "/users",
      "icons": [
        {
          "src": "assets/favicons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Location Management",
      "short_name": "Locations",
      "description": "Manage cleanup locations",
      "url": "/locations",
      "icons": [
        {
          "src": "assets/favicons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mess Management",
      "short_name": "Messes",
      "description": "Manage reported messes",
      "url": "/messes",
      "icons": [
        {
          "src": "assets/favicons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}