Tommy Wiseau

Tommy Wiseau

A button for Tommy Wiseau the greatest man to ever live

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tommy Wiseau",
  "version": "0.5",
  "manifest_version": 2,
  "description": "A button for Tommy Wiseau the greatest man to ever live",
  "background": {
    "scripts": [
      "chromiwiseau.js"
    ]
  },
  "browser_action": {
    "default_icon": "wiseau.png"
  },
  "permissions": [
    "activeTab"
  ]
}