Jobalytics - Resume Keyword Analyzer

Jobalytics - Resume Keyword Analyzer

Analyze job descriptions and identify keywords missing from your resume.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Jobalytics - Resume Keyword Analyzer",
  "description": "Analyze job descriptions and identify keywords missing from your resume.",
  "version": "5.2.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "/html/popup.html"
  },
  "background": {
    "persistent": false,
    "page": "/html/background.html"
  },
  "web_accessible_resources": [
    "/keywords/synonyms_list.js",
    "/keywords/keywords_list.js",
    "/js/util.js",
    "/html/persistent_score.html",
    "/css/persistent_score.css",
    "/css/small_window.css",
    "/css/common.css",
    "/images/persistentscorebackground.png",
    "/images/where_is_extension.png",
    "/images/lightning.png"
  ],
  "permissions": [
    "http://*/*",
    "https://*/*",
    "activeTab",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://www.gstatic.com https://www.googletagmanager.com https://www.indeed.com https://www.google-analytics.com; object-src 'self' https://www.indeed.com",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}