productboard: Make products that matter

productboard: Make products that matter

The all-in-one product management tool for teams striving to make products that matter.

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__",
  "short_name": "__MSG_appShortName__",
  "version": "2.2.9",
  "version_name": "v2.2",
  "description": "__MSG_appDescription__",
  "homepage_url": "https://www.productboard.com",
  "offline_enabled": false,
  "icons": {
    "16": "images/[email protected]",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "default_locale": "en",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/[email protected]",
      "38": "images/[email protected]"
    },
    "default_title": "productboard"
  },
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "activeTab",
    "https://*.productboard.com/*",
    "https://*.productboard.info/*",
    "https://*.pb1.dev/*"
  ],
  "web_accessible_resources": [
    "popup.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-TAzBOCyLEM+jUWklwWDTY7gQ7YcWlqI9CFhBn6YtdxM=' https://*.google-analytics.com https://*.google.com https://use.typekit.net https://cdn.segment.com https://*.intercom.io https://*.intercomcdn.com https://*.mxpnl.com https://d26b395fwzu5fz.cloudfront.net https://*.keen.io; object-src 'self'"
}