What we do here is go back (iDubbbzTV)

What we do here is go back (iDubbbzTV)

This is pretty good

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "What we do here is go back (iDubbbzTV)",
  "description": "This is pretty good",
  "version": "2.2",
  "background": "background.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "m.png"
  },
  "permissions": [
    "notifications"
  ]
}