Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Winslow HR Gmail Extension",
"description": "AI copilot for HR professionals",
"version": "1.18",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Winslow HR Pro"
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/mail.google.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"*.map",
"images\/*.png",
"images\/icons\/*.svg",
"images\/app_logos\/*.png",
"images\/app_logos\/*.svg"
],
"matches": [
"https:\/\/mail.google.com\/*"
]
}
]
}