Psychedelia

Psychedelia

Psychedelic effects to all images!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Psychedelia",
  "short_name": "psychedelia",
  "version": "0.0.1",
  "author": "Orçun Özdemir",
  "homepage_url": "https://github.com/0x01h/psychedelia",
  "description": "Psychedelic effects to all images!",
  "icons": {
    "48": "icons/48x48.png",
    "96": "icons/96x96.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/48x48.png",
      "96": "icons/96x96.png"
    },
    "default_title": "Psychedelia"
  },
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  }
}