Automatio - Web Automation & Scraping

Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Automatio - Web Automation & Scraping",
  "version": "3.10.5",
  "short_name": "automatio",
  "description": "Automatio is most powerful web automation and data extraction tool.",
  "icons": {
    "128": "img/logo.prod.png"
  },
  "permissions": [
    "tabs",
    "cookies",
    "*://*/"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "js/frame-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "img/logo.prod.png"
  },
  "web_accessible_resources": [
    "*.png",
    "*.ttf",
    "*.eot",
    "*.woff",
    "*.woff2",
    "*.svg",
    "js/driver.js"
  ],
  "offline_enabled": true
}