HeyMiley

HeyMiley

Adds a twerkin' Miley to (almost) every image and video on the current website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.1.0",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/das_icon-16.png",
    "48": "images/das_icon-48.png",
    "128": "images/das_icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/das_icon-16.png"
  },
  "web_accessible_resources": [
    "images/das_twerk.png"
  ],
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*"
  ]
}