Station

Station

Shortcut your way through all your work

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Station",
  "version": "2.13.3",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvkHQeXwczN5x9Uug718QfipTlGlIfQmotgH5I4vSqqaJLD/Q3RD+DmjUkoNdL3r3dpx2SaJPZ+hJrMrvLnM0PkVvXJ1Ltqq6Vk9DBCDEOqUTB/uAkwaR4EhA61gMvg+RTpx+iZKo8C/zkTgvwye4xre/PnNVgcgN+RZ6sOrwoW9zMOLvei6ggLVrWrESVa9JQlxJwqqhfyvnwsDJXi99lyt5k/5yF+mX6WDHo4HqQ7QM36ZFEzD01ojTp5B1XDqCNSj1mhA9gswTe5xsyK99KkSNtBsSBisVR/PzZAIlVndyXCbOKQvd2u+m5L6lWeFwoQuYhU9dlRfsCwbEkumH/QIDAQAB",
  "description": "Shortcut your way through all your work",
  "version_name": "2.13.3",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs",
    "history",
    "storage",
    "bookmarks",
    "browsingData",
    "notifications",
    "unlimitedStorage"
  ],
  "content_security_policy": "child-src https://share.intercom.io https://intercom-sheets.com https://www.intercom-reporting.com  https://www.youtube.com https://player.vimeo.com https://fast.wistia.net https://canny.io; font-src https://js.intercomcdn.com https://fonts.gstatic.com; form-action https://intercom.help https://api-iam.intercom.io; media-src https://js.intercomcdn.com; script-src 'self' 'unsafe-eval' https://app.intercom.io https://widget.intercom.io https://js.intercomcdn.com https://cdn.segment.com https://canny.io http://localhost:8097; style-src 'unsafe-inline' https://fonts.googleapis.com; object-src 'self'",
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "vendors.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Station"
  },
  "commands": {
    "toggle-qs": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+E"
      },
      "description": "Toggle Quick-Switch"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "browser-polyfill.min.js",
        "injector.js",
        "iframe/init-iframe.js"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "iframe-entrypoint.html",
    "iframe/init-iframe.js",
    "iframe/init-iframe-base.js",
    "content-script-setup-react.js",
    "vendors.js",
    "browser-polyfill.min.js"
  ]
}