Imgflip Quick Create

Imgflip Quick Create

Instantly create memes from images and create GIFs from videos on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Imgflip Quick Create",
  "version": "0.1.0",
  "description": "Instantly create memes from images and create GIFs from videos on the web",
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "imgflip-icon-96.png",
    "32": "imgflip-icon-96.png",
    "48": "imgflip-icon-padded-192.png",
    "96": "imgflip-icon-padded-192.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "manifest_version": 2
}