Inkscape editor for draws and graphics

Inkscape editor for draws and graphics

Create or edit vector graphics such as illustrations, diagrams, line arts, charts, logos and complex paintings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "3.0.6",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/suite_38.png"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/suite_16.png",
    "48": "icons/suite_48.png",
    "128": "icons/suite_128.png"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}