{
  "name": "Tooly McToolface",
  "short_name": "Tooly",
  "description": "A tiny workshop of free web tools \u2014 image, dev, design, generation. Small tools, big vibes.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E0D0B",
  "theme_color": "#0E0D0B",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": [
    "utilities",
    "productivity",
    "developer"
  ],
  "shortcuts": [
    {
      "name": "Image Smusher",
      "short_name": "Smush",
      "description": "Batch-compress images in your browser",
      "url": "/compress/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "JSON Fixer",
      "short_name": "JSON",
      "description": "Format, validate, and fix JSON",
      "url": "/json/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Regex Rambler",
      "short_name": "Regex",
      "description": "Live regex tester with plain-English explainer",
      "url": "/regex/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}