Tampon

Tampon

Stock up some great tweets and have them automatically shared throughout the day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Tampon",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Stock up some great tweets and have them automatically shared throughout the day.",
  "browser_action": {
    "default_icon": "tampon.png",
    "default_title": "Tampon"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "listener.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://fracture.it/"
  ],
  "icons": {
    "48": "tampon_48.png",
    "128": "tampon_128.png"
  }
}