{
  "name": "Hex Tile Map Editor",
  "short_name": "Hex Editor",
  "description": "Local-first hex tile map editor with painting tools and JSON import/export.",
  "start_url": "/editor",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a1814",
  "theme_color": "#1a1814",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "developer"]
}
