JobHunter

JobHunter

Jobs tracking tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JobHunter",
  "short_name": "JobHunter",
  "description": "Jobs tracking tool.",
  "manifest_version": 2,
  "version": "0.1.4",
  "minimum_chrome_version": "23",
  "default_locale": "en",
  "offline_enabled": true,
  "live": true,
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/app.min.js"
      ]
    }
  },
  "permissions": [
    "printerProvider",
    "fileSystem",
    "syncFileSystem",
    "webview",
    "http://*/*",
    "https://*/*"
  ]
}