Meme Extended

Meme Extended

When you need a quick escape from some boring stuff you are doing, this extension helps you in doing so by providing random memes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Meme Extended",
  "version": "0.0.1",
  "manifest_version": 3,
  "description": "When you need a quick escape from some boring stuff you are doing, this extension helps you in doing so by providing random memes.",
  "action": {
    "default_popup": "meme.html",
    "default_icon": "logo-128.png"
  },
  "icons": {
    "16": "logo-16.png",
    "32": "logo-16.png",
    "48": "logo-16.png",
    "128": "logo-128.png"
  }
}