Applyish

Applyish

11.4X job application speed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Applyish",
  "description": "11.4X job application speed.",
  "icons": {
    "16": "favicon.ico",
    "192": "logo192.png",
    "512": "logo512.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Popup"
  },
  "permissions": [
    "tabs",
    "scripting",
    "cookies",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "version": "0.0.66"
}