Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Oppy AI - Job Search Virtual Assistant, Resume & CV Scoring",
"version": "1.0",
"description": "Oppy AI - Job Search Virtual Assistant, Resume & CV Scoring. Job Matching. ATS Score Check, Intelligent Auto Apply.",
"background": {
"service_worker": "background-service.js"
},
"action": {
"default_title": "Click to open panel"
},
"permissions": [
"sidePanel",
"tabs",
"storage",
"scripting",
"cookies"
],
"host_permissions": [
"*:\/\/www.linkedin.com\/*",
"*:\/\/127.0.0.1\/*",
"*:\/\/*.oppy.work\/*"
],
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
}