YoHubs - Stay in Touch

YoHubs - Stay in Touch

Catch up with Slack outside the Box.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.4.11",
  "name": "YoHubs - Stay in Touch",
  "short_name": "YoHubs",
  "homepage_url": "http://yohubs.com",
  "description": "Catch up with Slack outside the Box.",
  "icons": {
    "16": "images/icons/icon36.png",
    "48": "images/icons/icon128.png",
    "128": "images/icons/icon256.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icons/icon36.png",
      "38": "images/icons/icon48.png",
      "48": "images/icons/icon128.png"
    },
    "default_title": "YoHubs - Stay in Touch",
    "default_popup": "browser_action.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "incognito": "not_allowed",
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "unlimitedStorage",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "yohubs.html"
  ],
  "content_security_policy": "script-src 'unsafe-eval' 'self' https://www.google-analytics.com https://ssl.google-analytics.com https://slack.global.ssl.fastly.net; object-src 'self'"
}