AlterjOB

AlterjOB

Its the extension to keep an eye on new job openings in your city.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AlterjOB",
  "description": "Its the extension to keep an eye on new job openings in your city.",
  "version": "1.0.2",
  "icons": {
    "16": "alt16.png",
    "48": "alt48.png",
    "128": "alt128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "alt19.png",
      "38": "alt38.png"
    },
    "default_title": "Enter job queries once, it will query the internet frequently and keep you updated with latest job openings.",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "jquery-2.1.1.min.js",
      "background.js",
      "apiresults.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "notifications",
    "http://*/*",
    "https://*/*"
  ]
}