Examine source code of MEMEorable

Inspect and view changes in MEMEorable source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "MEMEorable",
  "description": "Bored? Banish the blues with MEMEorable! One-click delivers fresh memes, guaranteed laughs. No login, no settings, just endless fun!",
  "version": "0.0.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "codervinod11147@gmail.com",
      "strict_min_version": "42.0"
    }
  }
}