Image Switcher

Image Switcher

Replaces exotic and frustrating vacation photos of friends with Potatoes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Image Switcher",
  "description": "Replaces exotic and frustrating vacation photos of friends with Potatoes",
  "version": "1.1.3",
  "author": "Raviv Rachmiel",
  "icons": {
    "48": "iconV1.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "iconV1.png",
    "default_title": "icon",
    "default_popup": "popup.html"
  }
}