Tweet Bar

Tweet Bar

Tweet from the address bar! Unlike the other tweet bar extension, this actually works.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "persistent": true,
    "scripts": [
      "node_modules/twitter-text/twitter-text.js",
      "background.js"
    ]
  },
  "description": "Tweet from the address bar! Unlike the other tweet bar extension, this actually works. ",
  "omnibox": {
    "keyword": "t"
  },
  "icons": {
    "16": "compiled/images/icon16.png",
    "19": "compiled/images/icon19.png",
    "48": "compiled/images/icon48.png",
    "128": "compiled/images/icon128.png"
  },
  "homepage_url": "https://github.com/devinrhode2/tweet-bar",
  "name": "Tweet Bar",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://twitter.com/",
    "https://twitter.com/i/tweet/create",
    "clipboardWrite"
  ],
  "version": "0.4.2"
}