{
  "name": "RedLineCAD",
  "short_name": "RedLineCAD",
  "description": "GTA RP Computer Aided Dispatch System",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#cc0000",
  "orientation": "any",
  "icons": [
    {
      "src": "https://placehold.co/192x192/cc0000/ffffff?text=RLC",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://placehold.co/512x512/cc0000/ffffff?text=RLC",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    }
  ]
}