SVGOMG

SVGOMG

Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SVGOMG",
  "description": "Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.",
  "version": "0.0.1",
  "browser_action": {
    "default_icon": {
      "16": "/imgs/16x16.png",
      "48": "/imgs/48x48.png",
      "128": "/imgs/128x128.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "/imgs/16x16.png",
    "48": "/imgs/48x48.png",
    "128": "/imgs/128x128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}