Abrami Trovo Emotes

Abrami Trovo Emotes

Replaces text with emotes on trovo.live

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Abrami Trovo Emotes",
  "version": "1.1.2",
  "description": "Replaces text with emotes on trovo.live",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "permissions": [
    "<all_urls>",
    "https://trovo.live/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://trovo.live/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html"
  }
}