seeglassdoor

seeglassdoor

See Glassdoor information when on a company's website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "seeglassdoor",
  "description": "See Glassdoor information when on a company's website.",
  "version": "1.3.0",
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_title": "seeglassdoor",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}