Twitter Intro Finder

Twitter Intro Finder

Getting the perfect intro from followers of people that are also following you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitter Intro Finder",
  "description": "Getting the perfect intro from followers of people that are also following you.",
  "version": "0.3",
  "manifest_version": 3,
  "icons": {
    "16": "logo192.png",
    "32": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "logo192.png",
      "32": "logo192.png",
      "48": "logo192.png",
      "128": "logo192.png"
    }
  },
  "permissions": [
    "activeTab"
  ]
}