{
  "name": "Tokenia — LLM Token Calculator",
  "short_name": "Tokenia",
  "description": "Free LLM token calculator. 100+ models. 100% private. No signup.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFAFA",
  "theme_color": "#FF6B2C",
  "orientation": "any",
  "categories": ["productivity", "developer tools", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='48' fill='%23FF6B2C'/><path d='M32 96h24l12-33 21 66 12-45 9 12H160' stroke='white' stroke-width='13' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze Text",
      "short_name": "Analyze",
      "description": "Open the token analyzer",
      "url": "/#analyzer"
    },
    {
      "name": "Compare Models",
      "short_name": "Compare",
      "description": "Compare two models side-by-side",
      "url": "/?compare=1"
    },
    {
      "name": "API Documentation",
      "short_name": "API Docs",
      "description": "View the public API documentation",
      "url": "/api-docs.html"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "text",
      "title": "title"
    }
  }
}
