Darth Plagueis The Wise

Darth Plagueis The Wise

Plays the tragedy of Darth Plagueis The Wise

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Darth Plagueis The Wise",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Plays the tragedy of Darth Plagueis The Wise",
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab"
  ]
}