Meme Machine

Meme Machine

This plugin randomly opens a meme to hopefully make you laugh.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Meme Machine",
  "description": "This plugin randomly opens a meme to hopefully make you laugh.",
  "version": "1.0.1.0",
  "manifest_version": 3,
  "options_page": "options/options.html",
  "icons": {
    "16": "/images/icon-16x16.png",
    "32": "/images/icon-32x32.png",
    "48": "/images/icon-48x48.png",
    "128": "/images/icon-128x128.png"
  },
  "permissions": [
    "browsingData",
    "storage"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "/images/icon-16x16.png",
      "32": "/images/icon-32x32.png",
      "48": "/images/icon-48x48.png",
      "128": "/images/icon-128x128.png"
    }
  }
}