Eight Dollars

Eight Dollars

Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Eight Dollars",
  "version": "1.6",
  "description": "Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.",
  "icons": {
    "16": "./assets/16.png",
    "32": "./assets/32.png",
    "48": "./assets/48.png",
    "256": "./assets/256.png",
    "512": "./assets/512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.js",
    "search.js"
  ],
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "./assets/32.png",
    "default_title": "Eight-Dollars",
    "default_popup": "options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f2e41fc0-9746-4397-9e1b-90a33637be5f}"
    }
  }
}