HubSpot Social

HubSpot Social

Share and publish to HubSpot from anywhere on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HubSpot Social",
  "short_name": "HS Social",
  "version": "1.2.2",
  "manifest_version": 2,
  "description": "Share and publish to HubSpot from anywhere on the web.",
  "icons": {
    "16": "img/hubspot-logo-16.png",
    "48": "img/hubspot-logo-48.png",
    "128": "img/logo-128-webstore.png"
  },
  "browser_action": {
    "default_icon": "img/hubspot-logo-16.png"
  },
  "background": {
    "scripts": [
      "js/init/background.js"
    ],
    "persistent": false
  },
  "incognito": "split",
  "content_security_policy": "script-src 'self' https://bam.nr-data.net https://js-agent.newrelic.com https://*.hsappstatic.net https://*.hubspot.com https://ssl.google-analytics.com; frame-src 'self' https://*.hsappstatic.net https://*.hubspot.com; object-src 'self';",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "https://*.hubspot.com/"
  ],
  "web_accessible_resources": [
    "manifest.json",
    "html/iframe-wrapper.html",
    "js/*",
    "js/*.js.map",
    "css/*",
    "img/*"
  ]
}