Random Meme

Random Meme

View a random meme with the click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Random Meme",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "View a random meme with the click of a button.",
  "permissions": [
    "storage",
    "https://www.reddit.com/"
  ],
  "browser_action": {
    "default_icon": "images/logo2.png",
    "default_popup": "index.html",
    "default_title": "Random Meme"
  },
  "icons": {
    "16": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}