That's enough internet for today

That's enough internet for today

This extension will change every image on the internet into a kitten!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "That's enough internet for today",
  "short_name": "Enough Tnternet",
  "description": "This extension will change every image on the internet into a kitten!",
  "version": "0.0.1",
  "permissions": [
    "webNavigation",
    "*://*/*",
    "tabs",
    "alarms"
  ],
  "icons": {
    "128": "assets/icon_128.gif"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistant": "true"
  }
}