Doge ify - Super Doge!

Doge ify - Super Doge!

A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.

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 ify - Super Doge!",
  "short_name": "doge ify",
  "description": "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.",
  "version": "1.1",
  "homepage_url": "https://github.com/adjavaherian/dogeify",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Super Dogeify!"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "https://www.reddit.com/"
  ]
}