Examine source code of Jobs in Spain

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