Gets global notifications of Freelancer.com job offers
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Freelancer.com Notify",
"short_name": "FL Notifier",
"description": "Gets global notifications of Freelancer.com job offers",
"author": "Filippo Zonta",
"version": "0.1.3",
"icons": {
"16": "fl16.png",
"48": "fl.png",
"128": "fl128.png"
},
"permissions": [
"https://www.freelancer.com/",
"http://www.freelancer.com/",
"http://freelancer.com/",
"cookies",
"notifications"
],
"background": {
"page": "fl_controller.html"
},
"browser_action": {
"default_icon": "fl.png",
"default_popup": "fl_popup.html"
}
}