{
  "name": "LineReady",
  "short_name": "LineReady",
  "description": "Operations, simplified — run every shift to the standard.",
  "_comment_paths": "Paths are RELATIVE on purpose. Vite rewrites asset URLs inside index.html to match the build's base, but it copies public/ verbatim and never looks inside this JSON. Once the app moved to /web, the absolute start_url \"/\" launched the MARKETING page for anyone who had added LineReady to their home screen, and the absolute icon paths 404'd. Relative URLs resolve against this manifest's own location, so they are correct for both the /web web build and the base-/ native build.",
  "icons": [
    { "src": "./icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "./icon-512.png", "type": "image/png", "sizes": "512x512" },
    { "src": "./apple-touch-icon.png", "type": "image/png", "sizes": "180x180" }
  ],
  "theme_color": "#0e0f12",
  "background_color": "#0e0f12",
  "display": "standalone",
  "start_url": "./"
}
