Aiwozo Web Automation

Aiwozo Web Automation

AI Work Zone Web Automation Extension is an component developed for browser interaction to implement automation on web applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Aiwozo Web Automation",
  "description": "AI Work Zone Web Automation Extension is an component developed for browser interaction to implement automation on web applications.",
  "version": "1.6",
  "icon": "active_Aiwozo64.png",
  "icons": {
    "16": "active_AIwozo16.png",
    "32": "active_AIwozo32.png",
    "48": "active_AIwozo48.png",
    "64": "active_AIwozo64.png",
    "128": "active_AIwozo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    },
    "edge": {
      "browser_action_next_to_addressbar": true
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "active_AIwozo16.png",
      "32": "active_AIwozo32.png",
      "48": "active_AIwozo48.png",
      "64": "active_AIwozo64.png",
      "128": "active_AIwozo128.png"
    },
    "default_title": "Artificial Intelligence Work Zone"
  },
  "permissions": [
    "activeTab",
    "nativeMessaging",
    "<all_urls>",
    "tabs",
    "management"
  ],
  "web_accessible_resources": [
    "content.js",
    "css/general.css",
    "active_AIwozo16.png",
    "active_AIwozo32.png",
    "active_AIwozo48.png",
    "active_AIwozo64.png",
    "active_AIwozo128.png"
  ]
}