{
  "name": "Delimit — Text Tools",
  "short_name": "Delimit",
  "description": "Convert a list to comma separated values, split delimited text, and other text tools that run in your browser.",
  "id": "/",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F2F4F7",
  "theme_color": "#12212E",
  "orientation": "any",
  "categories": ["utilities", "productivity", "developer"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "All tools",
      "short_name": "Tools",
      "url": "/tools/",
      "description": "Every text tool on the site"
    }
  ]
}
