SVG Gobbler

SVG Gobbler

Find, optimize, organize, edit, and export your SVGs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_title": "SVG Gobbler"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+G"
      }
    }
  },
  "description": "Find, optimize, organize, edit, and export your SVGs",
  "homepage_url": "https://svggobbler.com",
  "host_permissions": [
    "https://us-west2-svg-gobbler.cloudfunctions.net/svg-gobbler-svgr"
  ],
  "icons": {
    "16": "assets/prod/16.png",
    "32": "assets/prod/32.png",
    "48": "assets/prod/48.png",
    "128": "assets/prod/128.png",
    "256": "assets/prod/256.png"
  },
  "manifest_version": 3,
  "name": "SVG Gobbler",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "version": "5.6.0",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/dev/**/*.png",
        "assets/prod/**/*.png"
      ],
      "use_dynamic_url": false
    }
  ]
}