Adyoulike Native AI

Adyoulike Native AI

Adyoulike Semantic Technology. Provide semantic information about any webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Adyoulike Native AI",
  "description": "Adyoulike Semantic Technology. Provide semantic information about any webpage",
  "version": "1.1.11",
  "short_name": "Adyoulike Native AI",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "webRequest",
    "webNavigation",
    "*://*/*"
  ],
  "content_security_policy": "script-src 'self' https://fo-api.omnitagjs.com/fo-api/ot.js; object-src 'self'",
  "web_accessible_resources": [],
  "browser_action": {
    "default_icon": "images/icon-32x32.png",
    "default_popup": "views/popup.html"
  },
  "options_page": "views/options.html",
  "icons": {
    "32": "images/icon-32x32.png",
    "144": "images/icon-144x144.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/options.js",
        "scripts/popup.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}