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",
"manifest_version": 3,
"name": "Workforce Mate",
"version": "2.0.0",
"description": "Fill out your job search efforts on the Workforce Australia website with ease",
"host_permissions": [
"https:\/\/www.workforceaustralia.gov.au\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.workforceaustralia.gov.au\/*",
"https:\/\/*.seek.com.au\/*",
"https:\/\/*.jora.com\/*",
"https:\/\/*.indeed.com\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.careerone.com.au\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}