Give me a GIF!

Give me a GIF!

A great tool to kill your productivity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Give me a GIF!",
  "short_name": "GIF!",
  "description": "A great tool to kill your productivity",
  "version": "1.2",
  "author": "Alberto Cabeza Cardiel",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon/icon_16.png",
    "48": "img/icon/icon_48.png",
    "128": "img/icon/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "img/icon/icon_16.png",
      "48": "img/icon/icon_48.png",
      "128": "img/icon/icon_128.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}