Extreme LOL

Extreme LOL

Best funny pictures and memes from all over the Web ! Updated Daily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Extreme LOL",
  "description": "Best funny pictures and memes from all over the Web ! Updated Daily",
  "browser_action": {
    "default_icon": {
      "16": "icon1.png",
      "48": "icon48.png",
      "128": "icon.png"
    },
    "default_title": "Extreme LOL"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "version": "1.3"
}