Community Builder: Grow on Twitter

Community Builder: Grow on Twitter

Stop tweeting into the void. Community Builder is a Twitter extension that helps you engage with the right people.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Community Builder: Grow on Twitter",
  "version": "1.2",
  "description": "Stop tweeting into the void. Community Builder is a Twitter extension that helps you engage with the right people.",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "permissions": [
    "webRequest",
    "tabs"
  ],
  "host_permissions": [
    "https://twitter.com/*"
  ],
  "devtools_page": "devtools/devtools.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.tsx-loader-59180c9e.js"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "resources": [
        "assets/content.tsx-4de7e82e.js"
      ],
      "use_dynamic_url": true
    }
  ]
}