Hubris

Hubris

LinkedIn, Hubspot

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/ButtonOn.png"
    },
    "default_popup": "assets/html/popup.html",
    "default_title": "Hubris"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "tabs",
    "storage",
    "https://app.hubspot.com/*",
    "https://api.hubapi.com/*",
    "https://app.hubris.it/*",
    "https://www.linkedin.com/*",
    "https://media.licdn.com/mpr/mpr/shrinknp_100_100/*",
    "https://www.linkedin.com/company/*",
    "https://www.linkedin.com/voyager/api/organization/companies/*",
    "https://hubris-admin-dev.herokuapp.com/*",
    "https://hubris-admin-dev2.herokuapp.com/*"
  ],
  "short_name": "Hubris",
  "version": "0.0.72",
  "web_accessible_resources": [
    "assets/icons/icon48.png",
    "assets/css/content.css",
    "assets/imgs/company.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "commands": {
    "toggle-feature-foo": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "windows": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Toggle feature foo"
    },
    "_execute_page_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "windows": "Alt+Shift+P",
        "mac": "Alt+Shift+P"
      }
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.hubris-admin-dev.herokuapp.com/*",
      "*://*.hubris-admin-dev2.herokuapp.com/*"
    ]
  }
}