Fontify for Google Chat™

Fontify for Google Chat™

Fontify text messages in Google Chat™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "jquery-1-8-2.js",
        "content.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "http://mail.google.com/*",
        "https://talkgadget.google.com/*",
        "http://talkgadget.google.com/*"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "name": "Fontify for Google Chat™",
  "description": "Fontify text messages in Google Chat™",
  "permissions": [
    "*://talkgadget.google.com/*",
    "*://mail.google.com/*",
    "*://fontify.herokuapp.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.3",
  "manifest_version": 2
}