HD Wallpapers Pinky and the Brain

HD Wallpapers Pinky and the Brain

Intall the extension of Pinky and the Brain to have new photos at each opening of new tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.0",
  "browser_action": {
    "default_icon": "picto/48.png",
    "default_title": "__MSG_appName__"
  },
  "chrome_url_overrides": {
    "newtab": "wall.html"
  },
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "19": "picto/19.png",
    "48": "picto/48.png",
    "128": "picto/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "wall.html"
  ]
}