Jobkitten

Jobkitten

Super simple applicant tracking tool that makes your hiring process a breeze. Designed for small businesses and startups.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jobkitten",
  "description": "Super simple applicant tracking tool that makes your hiring process a breeze. Designed for small businesses and startups.",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://jobkitten.com/"
    ],
    "launch": {
      "web_url": "https://jobkitten.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}