{
  "name": "Base12Plex",
  "short_name": "Base12Plex",
  "description": "The world's first Base-12 AI agent. Plex thinks, calculates, and communicates natively in duodecimal.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#0a0a12",
  "theme_color": "#C9A84C",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Plex AI Chat",
      "short_name": "Chat",
      "description": "Start a conversation with Plex",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Base-12 Calculator",
      "short_name": "Calculator",
      "description": "Calculate in duodecimal",
      "url": "/calculator",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Atlas Reader",
      "short_name": "Atlas",
      "description": "Explore the 15-volume Atlas",
      "url": "/atlas",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
