Separated Opportunitues from Applied using headers, Added Date Posted to jobs.

This commit is contained in:
2026-07-07 20:58:42 +00:00
parent dcd00af6bb
commit 8155b121da
5 changed files with 410 additions and 173 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Andela Job Notifier",
"version": "2.0",
"version": "2.1",
"description": "Checks for new job opportunities on Andela with auto-login",
"permissions": [
"notifications",
@@ -40,8 +40,10 @@
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [{
"resources": ["notify.wav"],
"matches": ["<all_urls>"]
}]
"web_accessible_resources": [
{
"resources": ["notify.wav"],
"matches": ["<all_urls>"]
}
]
}