Meme Monkey

Meme Monkey

Find new and popular memes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "monkey_48.png",
    "default_popup": "popup.html",
    "default_title": "Meme Monkey"
  },
  "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' https://memegenerator.net; object-src 'self'; connect-src 'self' http://version1.api.memegenerator.net; child-src 'none'; default-src 'self';",
  "description": "Find new and popular memes.",
  "icons": {
    "16": "monkey_16.png",
    "48": "monkey_48.png",
    "128": "monkey_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlocC09R9QFmkj3I5VCAzjJhiMtioYfZi59OYt8gbZzbQIIIBKdQMeMrmCJnpq0eMw9gt6Q5A4+PaLlW9Qe3NdMJtJ++Qj7XakvO3Za6uM9KiHngGLdb8lp+L1UR/rVJq/pdeKyb7g5mTd6+wrTIL0P/cljw07hSIUfxHp4apAJbIoy3BVg5XvRAJnR83jfzOx2UUGLrVwoHgQmO6lq6uO2f0wWQk8ul+2w6iLdEUWNiSwhuWSyjqi26fGs4XGBOIZAIkcLO0R15mnN8EXsuTFR4IOL3NikkD12/RlVM6caCkHcSfH91RWL7ThxjzXpaolZiAiuvl5+rWNLViLem0yQIDAQAB",
  "manifest_version": 2,
  "name": "Meme Monkey",
  "permissions": [
    "storage",
    "notifications",
    "downloads"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.8.00"
}