Separated Opportunitues from Applied using headers, Added Date Posted to jobs.
This commit is contained in:
@@ -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>"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user