iDubbbzTv Memes!

iDubbbzTv Memes!

This gives you all the memes from iDubbbzTv!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iDubbbzTv Memes!",
  "description": "This gives you all the memes from iDubbbzTv!",
  "version": "1.0.4",
  "options_page": "options.html",
  "icons": {
    "16": "img/ico16.png",
    "48": "img/ico48.png",
    "128": "img/ico128.png"
  },
  "permissions": [],
  "browser_action": {
    "default_icon": "img/ico16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "file://popup.html"
      ],
      "css": [
        "style.css",
        "bootstrap.min.css"
      ],
      "js": [
        "popup.js",
        "options.js"
      ]
    }
  ]
}