MahsaAmini Hashflag - Iran Protests

MahsaAmini Hashflag - Iran Protests

Adds custom HashFlag to the tweets containing #MahsaAmini, #مهسا_امینی, #opIran and #اعتصابات_سراسری

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MahsaAmini Hashflag - Iran Protests",
  "version": "0.0.4",
  "description": "Adds custom HashFlag to the tweets containing #MahsaAmini, #مهسا_امینی, #opIran and #اعتصابات_سراسری",
  "host_permissions": [
    "*://*.twitter.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "js/background.js"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": "images/icon-128.png"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}