Socialist Core Values

Socialist Core Values

May The Communist Party in your heart.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Socialist Core Values",
  "author": "Absolom",
  "version": "1.0.1",
  "description": "May The Communist Party in your heart.",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "browser_action": {
    "default_title": "Socialist Core Values"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/socialist-core-values.js",
        "js/background.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "homepage_url": "https://chrome.google.com/webstore/detail/dmemldldnoekldcnbbndmoacldaifkod",
  "content_security_policy": "script-src 'self'; object-src 'self'"
}