easy-web-macro-extension

easy-web-macro-extension

Record your web actions and replay them with a single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "easy-web-macro-extension",
  "description": "Record your web actions and replay them with a single click",
  "version": "0.0.4",
  "version_name": "0.0.4",
  "icons": {
    "16": "src/assets/icons/icon-16.png",
    "32": "src/assets/icons/icon-32.png",
    "48": "src/assets/icons/icon-48.png",
    "128": "src/assets/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-da97598c.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "assets/index-db931bde.css"
      ]
    }
  ],
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "src/assets/icons/icon-16.png",
      "32": "src/assets/icons/icon-32.png",
      "48": "src/assets/icons/icon-48.png",
      "128": "src/assets/icons/icon-128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/strategies-4744f475.js",
        "assets/index.ts-f8c5d8e6.js"
      ],
      "use_dynamic_url": true
    }
  ]
}