Reevolt: All inclusive career services

Reevolt: All inclusive career services

Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Reevolt: All inclusive career services",
  "description": "Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall.",
  "version": "1.1.9",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "service_worker": "/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/css/*.woff2"
      ],
      "matches": [
        "https://*.indeed.com/*",
        "https://*.linkedin.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.indeed.com/*",
        "https://*.linkedin.com/*"
      ],
      "css": [
        "/css/reevolt.css"
      ],
      "js": [
        "/content.js",
        "/js/axios.js",
        "/js/const.js",
        "/js/helper.js",
        "/js/pdfobject.min.js",
        "/js/jspdf.js"
      ]
    }
  ],
  "permissions": [
    "identity",
    "storage",
    "tabs"
  ],
  "oauth2": {
    "client_id": "468968310108-7iee7td14e3h3snuu3ln34dc9dsbsui7.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}