Examine source code of Jobs in France

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