Tee Share

Tee Share

Print & Share both sides of the tees on Teespring.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Tee Share",
  "description": "Print & Share both sides of the tees on Teespring.",
  "version": "1.0.0",
  "browser_action": {
    "default_title": "Print & Share both sides of the tees on Teespring.",
    "default_icon": "20.png"
  },
  "icons": {
    "16": "20.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "page": "air.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.teespring.com/*",
        "http://teespring.com/*"
      ],
      "js": [
        "tee.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "http://www.teespring.com/*",
    "http://teespring.com/*"
  ],
  "homepage_url": "http://mindon.github.com/",
  "manifest_version": 2
}