Shikimori - смотреть онлайн

Shikimori - смотреть онлайн

Shikimori `watch online` extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shikimori - смотреть онлайн",
  "short_name": "Shikimori - online",
  "description": "Shikimori `watch online` extension",
  "version": "0.1.5",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://shikimori.org/*",
        "*://shikimori.one/*"
      ],
      "run_at": "document_start",
      "js": [
        "contentScript.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "https://shikimori.one/*",
    "https://shikimori.org/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/title.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "contentScript.js",
    "injected.js"
  ],
  "icons": {
    "16": "images/title_16.png",
    "48": "images/title_48.png",
    "128": "images/title_128.png"
  }
}