Typebar: AI Replies for Twitter, LinkedIn

Typebar: AI Replies for Twitter, LinkedIn

🤖 Generate tweets and replies using ChatGPT 4

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Typebar: AI Replies for Twitter, LinkedIn",
  "manifest_version": 3,
  "version": "3.3.8",
  "description": "🤖 Generate tweets and replies using ChatGPT 4",
  "options_page": "assets/settings.html",
  "action": {},
  "permissions": [
    "storage",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "lib/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/popup.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "assets/settings.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}