WaniKani reading ability checker

WaniKani reading ability checker

This extension shows what WaniKani level you need to be to read the page you are currently viewing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WaniKani reading ability checker",
  "description": "This extension shows what WaniKani level you need to be to read the page you are currently viewing.",
  "version": "0.2.0",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}