beATS

beATS

Tool to find keywords for any given text. Primary purpose is for job descriptions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "beATS",
  "description": "Tool to find keywords for any given text. Primary purpose is for job descriptions",
  "version": "0.0.1",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "pulse.png",
    "48": "pulse.png",
    "128": "pulse.png"
  },
  "permissions": []
}