iJobs

iJobs

iJobs - The one in your heart

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "iJobs",
  "version": "2.3",
  "manifest_version": 2,
  "description": "iJobs - The one in your heart",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "app": {
    "launch": {
      "local_path": "iJobs.html"
    }
  },
  "permissions": [
    "http://mindon.appspot.com/*",
    "unlimitedStorage",
    "notifications"
  ]
}