JobAggregation

JobAggregation

job search engine and aggregator thats find all the latest jobs on all major job sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JobAggregation",
  "manifest_version": 2,
  "short_name": "JobAggregation",
  "description": "job search engine and aggregator thats find all the latest jobs on all major job sites",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "android-icon-1616.png"
  },
  "icons": {
    "128": "android-icon-128128.png"
  }
}