Doge My Site

Doge My Site

Add 'MUCH WOW' to any page on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Doge My Site",
  "version": "0.10.0",
  "description": "Add 'MUCH WOW' to any page on the web.",
  "browser_action": {
    "default_title": "SUCH WOW",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  }
}