{
  "name": "Fullscreen Text Display",
  "short_name": "Text Display",
  "description": "Type or paste text and show it fullscreen in a huge, readable font. Works offline.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0b0f",
  "theme_color": "#0b0b0f",
  "categories": ["utilities", "productivity", "accessibility"],
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='96' fill='%230b0b0f'/><text x='50%25' y='58%25' font-family='system-ui' font-size='300' font-weight='800' text-anchor='middle' fill='white'>A</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
