Inspect and view changes in Jobs in Canada source codes across current and past versions
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",
"name": "Jobs in Canada",
"manifest_version": 2,
"short_name": "Best Jobs Search Site in Canada",
"description": "Best Jobs Search Site in Canada",
"version": "1",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "16.png"
},
"icons": {
"128": "128.png"
}
}