Decolonize Palestine

Decolonize Palestine

Replaces the word 'Israel' on websites to improve the online experience of those impacted by Isra*li settler colonialism

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Decolonize Palestine",
  "version": "1.0",
  "description": "Replaces the word 'Israel' on websites to improve the online experience of those impacted by Isra*li settler colonialism",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "action": {
    "default_popup": "donate.html",
    "default_icon": "icon96.png",
    "default_title": "Donate to Decolonize Extension"
  }
}