Memix - Make memes fast

Memix - Make memes fast

Make memes with Memix! Choose meme templates, add text, and share. Simple, free, and done in seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Memix - Make memes fast",
  "description": "Make memes with Memix! Choose meme templates, add text, and share. Simple, free, and done in seconds.",
  "version": "0.0.0.3",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "permissions": [
    "downloads"
  ],
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  }
}