Canva Automation

Canva Automation

Experience the power of automation with Canva Automation and transform your design workflow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Canva Automation",
  "description": "Experience the power of automation with Canva Automation and transform your design workflow.",
  "version": "1.0.3",
  "manifest_version": 3,
  "author": "Anant Negi",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "webNavigation",
    "downloads"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/icon-16x16.png",
      "32": "/images/icon-32x32.png",
      "48": "/images/icon-48x48.png",
      "128": "/images/icon-128x128.png"
    }
  },
  "icons": {
    "16": "/images/icon-16x16.png",
    "32": "/images/icon-32x32.png",
    "48": "/images/icon-48x48.png",
    "128": "/images/icon-128x128.png"
  },
  "host_permissions": [
    "https://www.canva.com/*",
    "https://canva.com/"
  ]
}