Zeeker: On-site Discussions, Simplified

Zeeker: On-site Discussions, Simplified

A powerful popover to engage with other webpage visitors in one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "Zeeker",
  "version": "1.01",
  "default_locale": "en",
  "icons": {
    "16": "images/favicon.png",
    "48": "images/Icon-48.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "images/favicon.png"
  },
  "background": {
    "page": "/app/background/background.html",
    "persistent": false
  },
  "permissions": [
    "tabs",
    "https://*.netflix.com/*",
    "https://*.hulu.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://www.google.com https://www.gstatic.com; object-src 'self'"
}