GChat GIF(t)s

GChat GIF(t)s

Allowing image urls to become embed in gchat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "jquery.js",
        "gchat.js"
      ]
    }
  ],
  "name": "GChat GIF(t)s",
  "description": "Allowing image urls to become embed in gchat",
  "homepage_url": "https://chrome.google.com/webstore/detail/gchat-gifts/gggdjjedaibaenmdknhdkdobemdejbnk",
  "icons": {
    "128": "gift-128.png"
  },
  "version": "0.2.0.4",
  "manifest_version": 2
}