Job Finder Firefox

Examine source code of Job Finder

Inspect and view changes in Job Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Job Finder",
  "version": "0.0.1",
  "author": "Chinmay Roy",
  "description": "A browser extension that helps you find and apply for jobs",
  "icons": {
    "16": "src/icons/favicon-16x16.png",
    "32": "src/icons/favicon-32x32.png"
  },
  "background": {
    "scripts": [
      "src/popup.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "src/icons/favicon-16x16.png",
      "32": "src/icons/favicon-32x32.png"
    },
    "default_popup": "src/popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/contentscript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "src/options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{38fb2136-364b-4905-8512-d44df476e6ed}"
    }
  }
}

Best Job Finder Alternatives

Here are some Firefox add-ons that are similar to Job Finder: