{
  "short_name": "Bye404",
  "name": "Bye404: broken link and 404 error checker",
  "icons": [
    {
      "src": "/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "dir": "ltr",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#ffffff",
  "lang": "en",
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Link checker",
      "short_name": "Links",
      "description": "Scan a website and list every broken link and 404 error.",
      "url": "/?source=pwa",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Image checker",
      "short_name": "Images",
      "description": "Scan a website and list every missing or broken image.",
      "url": "/index_image.php?source=pwa",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Redirect checker",
      "short_name": "Redirects",
      "description": "Follow the redirect chain of an address and show every 301 and 302 step.",
      "url": "/redirect-checker.php?source=pwa",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "description": "Free online tool that detects broken links, 404 errors, broken images and redirect chains on a website.",
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot2.png",
      "type": "image/png",
      "sizes": "1024x500",
      "form_factor": "wide"
    }
  ]
}
