Flock: Secure chat for Teams and Businesses

Flock: Secure chat for Teams and Businesses

Flock is a simple, FREE messaging app built specially for teams and small businesses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://j.maxmind.com https://ssl.google-analytics.com https://flock-apps.flock.co https://flock-apps.flock-staging.co https://flock-apps.flock.com https://flock-apps.flock-staging.com; object-src 'self'",
  "minimum_chrome_version": "22",
  "short_name": "Flock",
  "icons": {
    "16": "client_base/host/chrome/static/16.png",
    "48": "client_base/host/chrome/static/48.png",
    "64": "client_base/host/chrome/static/64.png",
    "128": "client_base/host/chrome/static/128.png"
  },
  "background": {
    "page": "client_base/host/chrome/index.html"
  },
  "app": {
    "launch": {
      "local_path": "client_base/host/chrome/static/crx_browser_actions/index.html?app=shell",
      "container": "panel",
      "height": 20,
      "width": 20
    }
  },
  "omnibox": {
    "keyword": "flock"
  },
  "default_locale": "en",
  "options_page": "client_base/host/chrome/static/crx_browser_actions/index.html?app=preferences",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "homepage_url": "http://flock.co/",
  "web_accessible_resources": [
    "client_base/host/chrome/static/blank.gif"
  ],
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "idle",
    "background"
  ],
  "optional_permissions": [
    "clipboardWrite"
  ],
  "externally_connectable": {
    "ids": [
      "jaafanpjodcobojibapcmbdcphbafnfc"
    ],
    "matches": [
      "https://*.google.com/*",
      "http://localhost/*",
      "*://flock.co/*",
      "*://www.flock.co/*",
      "*://auth.flock.co/*",
      "*://auth.flock-staging.co/*",
      "*://www.flock-staging.co/*",
      "*://flock-staging.co/*",
      "*://flock.com/*",
      "*://www.flock.com/*",
      "*://auth.flock.com/*",
      "*://auth.flock-staging.com/*",
      "*://webified.flock.com/*",
      "*://webified.flock-staging.com/*",
      "*://www.flock-staging.com/*",
      "*://flock-staging.com/*"
    ]
  },
  "version": "2.2.295"
}