{
  "name": "ERepair - Smart Electronics Repair Booking",
  "short_name": "ERepair",
  "description": "Book and manage your electronics repair services with ease. Connect with trusted repair shops near you.",
  "start_url": "auth/index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "lang": "en",
  "categories": ["utilities", "business"],
  "icons": [
    {
      "src": "assets/icons/icon-generator.php?size=48&v=2",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-generator.php?size=72&v=2",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-generator.php?size=96&v=2",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-generator.php?size=128&v=2",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-generator.php?size=144&v=2",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-generator.php?size=152&v=2",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-generator.php?size=192&v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-generator.php?size=256&v=2",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-generator.php?size=384&v=2",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-generator.php?size=512&v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Sign in to your ERepair account",
      "url": "auth/index.php",
      "icons": [{ "src": "assets/icons/icon-generator.php?size=96&v=2", "sizes": "96x96" }]
    },
    {
      "name": "Register",
      "short_name": "Register",
      "description": "Create a new ERepair account",
      "url": "register-step.php",
      "icons": [{ "src": "assets/icons/icon-generator.php?size=96&v=2", "sizes": "96x96" }]
    }
  ]
}
