{
  "_comment": [
    "Web app manifest. It exists for one narrow reason: Chromium will not use a",
    "high-resolution icon for 'install as app', the Android home screen, or the",
    "task switcher unless it finds 192x192 AND 512x512 declared HERE - rel=icon",
    "links are not consulted for those surfaces. Everything else in this file is",
    "the minimum needed for the manifest to be considered valid.",
    "",
    "No maskable icon is declared. A maskable icon must survive Android cropping",
    "the square down to a circle, and our tile already inserts its own generous",
    "margin around a narrow leaf, so the normal icon clears the 40%-radius safe",
    "circle unaided. Declaring purpose:maskable on art that was not drawn with",
    "the extra bleed is how you get a leaf with its tip sliced off.",
    "",
    "background_color is the splash screen behind the icon while the page loads;",
    "theme_color tints the Android status bar. Both are the UI's own bg token so",
    "the launch never flashes white. JSON has no comments, hence this key."
  ],
  "name": "PhytoEngine",
  "short_name": "PhytoEngine",
  "description": "Catalog and pipeline for game-ready plant assets.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#070d0a",
  "theme_color": "#070d0a",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ]
}
