LOYAL AI: AI-Powered Content Optimization

LOYAL AI: AI-Powered Content Optimization

Ai-powered news classification, search and content optimization.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LOYAL AI: AI-Powered Content Optimization",
  "description": "Ai-powered news classification, search and content optimization.",
  "version": "6.0.0.11",
  "manifest_version": 3,
  "icons": {
    "16": "assets/favicon-16.png",
    "38": "assets/favicon-48.png",
    "128": "assets/favicon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/favicon-16.png",
        "assets/favicon-48.png",
        "assets/favicon-128.png"
      ],
      "matches": [
        "https://*.loyal.ai/*",
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "InjectableScript.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "LOYAL AI: AI-Powered Content Optimization"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [],
      "js": [
        "loaders/content_script.js"
      ]
    }
  ],
  "background": {
    "service_worker": "workers/background.js"
  },
  "permissions": [
    "cookies",
    "activeTab",
    "contextMenus"
  ],
  "host_permissions": [
    "https://*.loyalai.app/",
    "https://loyalai.app/",
    "http://localhost:8081/"
  ],
  "homepage_url": "https://loyal.ai/"
}