Gif.co

Gif.co

The easiest way to express yourself with gifs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gif.co",
  "description": "The easiest way to express yourself with gifs.",
  "version": "0.0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://api.imgur.com/",
    "http://i.imgur.com/"
  ]
}