GIF the Web

GIF the Web

Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GIF the Web",
  "version": "0.7.4",
  "manifest_version": 2,
  "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.",
  "homepage_url": "https://github.com/rouge8/gif-the-web",
  "permissions": [
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.facebook.com/*",
        "https://www.facebook.com/*"
      ],
      "js": [
        "jquery.js",
        "sites/facebook.com.js"
      ]
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "jquery.js",
        "lodash.js",
        "sites/mail.google.com.js"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "https://talkgadget.google.com/*"
      ],
      "js": [
        "jquery.js",
        "lodash.js",
        "URI.js",
        "sites/talkgadget.google.com.js"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "https://hangouts.google.com/*"
      ],
      "js": [
        "jquery.js",
        "lodash.js",
        "URI.js",
        "sites/talkgadget.google.com.js"
      ]
    }
  ]
}