Careerscore: Job Search Save Button

Careerscore: Job Search Save Button

Manage your job search in one place – discover and save jobs from across the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Careerscore: Job Search Save Button",
  "description": "Manage your job search in one place – discover and save jobs from across the web",
  "version": "3.3.2",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Careerscore: Job Search Save Button"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "arrow-to-bottom-light.svg",
    "close-icon.png",
    "columns-light.svg",
    "cs-chrome-tiles-gray.png",
    "cs-chrome-tiles-white.png",
    "cs-chrome-download-gray.png",
    "cs-chrome-download-white.png",
    "cs-chrome-download-blue.png",
    "*.otf",
    "fonts/ProximaNova-Regular.ttf",
    "fonts/*.ttf",
    "fonts/*.otf"
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.careerscore.com/*",
      "*://careerscore.com/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}