Designer on web

Designer on web

Enables Designer-on-web to build advanced automation workflows for the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "scripts/eventPage.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/general.js",
        "scripts/contentScript.js",
        "runtimeScript.js",
        "scripts/externalPopup.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';img-src *; media-src *;"
  },
  "description": "Enables Designer-on-web to build advanced automation workflows for the web.",
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "images/Sutherland16.png",
    "32": "images/Sutherland32.png",
    "48": "images/Sutherland48.png",
    "128": "images/Sutherland128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq873ZeMJOWcD2JWs/KYmNTkEhGcsmExlhy7Yb4Hib9Dt3P5T9DPRas/UPTFLa4FxjCG3d3XuBHOJgk7DDUpH0DtgMPwKBKES3LHUXQJ1tKfoBUtu53jpmAInaf8Nn7pQu+QZafvNtxE5QQ5MJFIyRFsYoumc3cdG5QGd/PrUcNTRrRFZWYFVb3Zunk5bqxPJ2+S3DVmz5AoKwDxdEtqa7Ppf8OavNK2rWU6ie3VCwd4TH8cKoLYv7Ync80wdnVnYOY2tZe/KxeEkWxjU9B941NEpCLqJrwyA/iigMmyDY8Bs7zrMei0nO0I1BMNUGimm8AHe+pdS+HkSHqFzv69XNwIDAQAB",
  "manifest_version": 3,
  "name": "Designer on web",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "debugger",
    "nativeMessaging"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "css/general.css"
      ]
    }
  ]
}