{
  "name": "TypeRider - Free Text Tools",
  "short_name": "TypeRider",
  "description": "58+ Free Text Conversion and Data Formatting Tools - Case converter, JSON formatter, CSV converter, encoding tools, and more",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#f5a623",
  "background_color": "#0d0d10",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Case Converter",
      "short_name": "Convert Cases",
      "description": "Convert text between different case formats",
      "url": "/?tab=case",
      "icons": [
        {
          "src": "/shortcut-case-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "JSON Formatter",
      "short_name": "Format JSON",
      "description": "Format, minify, and validate JSON",
      "url": "/?tab=data",
      "icons": [
        {
          "src": "/shortcut-json-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
