{
  "name": "NanoGlyph — Offline Image Sharing",
  "short_name": "NanoGlyph",
  "description": "Offline-first image sharing via URL. Encode images into compact text that can be shared on restrictive WiFi.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#121212",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}