Topface. Meeting is easy.

Topface. Meeting is easy.

Extension for Topface new messages notifications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.12",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "notifications",
    "*://*.topface.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_buttonName__"
  },
  "web_accessible_resources": [
    "128.png",
    "icon.png"
  ]
}