{
  "name": "Comment Sniper",
  "short_name": "Sniper",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#d4d0c8",
  "theme_color": "#0a246a",
  "description": "Safely remove comments from your code without breaking strings or syntax.",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%231a1a1a' stroke='%23444' stroke-width='2'/%3E%3Cpath d='M 22 46 L 32 18 M 38 46 L 48 18' stroke='%2300ff00' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%231a1a1a' stroke='%23444' stroke-width='2'/%3E%3Cpath d='M 22 46 L 32 18 M 38 46 L 48 18' stroke='%2300ff00' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}