Animevost.opt

Animevost.opt

Оптимизатор AnimeVostorg

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "5",
  "minimum_chrome_version": "88",
  "default_locale": "ru",
  "icons": {
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": {
      "128": "icon_128.png"
    }
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "downloads"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://animevost.org/*",
        "*://*.animevost.org/*",
        "*://*.animevost.am/*",
        "*://agorov.org/*",
        "*://*.agorov.org/*"
      ],
      "js": [
        "content.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "*://animevost.org/*",
        "*://*.animevost.org/*",
        "*://*.animevost.am/*",
        "*://agorov.org/*",
        "*://*.agorov.org/*"
      ]
    }
  ]
}