Job notifier

Job notifier

Get notified when new job listed!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Job notifier",
  "version": "1.0.2",
  "description": "Get notified when new job listed!",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "persistent": false,
    "scripts": [
      "source/store.js",
      "source/background.js"
    ]
  },
  "permissions": [
    "alarms",
    "https://ext-chrome.appspot.com/"
  ]
}