job hunt

job hunt

Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "job hunt",
  "version": "0.3",
  "manifest_version": 2,
  "description": "Browse local jobs straight from your toolbar an excellent extension created for job seekers,  a quick way to job search",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Job Search",
    "default_popup": "extension.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "icon.png"
  }
}