Examine source code of Spell Checking — ភាសាខ្មែរ-Khmerlang

Inspect and view changes in Spell Checking — ភាសាខ្មែរ-Khmerlang source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "ផ្នែកបន្ថែម Chrome សម្រាប់ពិនិត្យអក្ខរាវិរុទ្ធភាសាខ្មែរ។",
  "version": "4.2.2",
  "manifest_version": 3,
  "name": "Spell Checking — ភាសាខ្មែរ-Khmerlang",
  "short_name": "Khmerlang",
  "homepage_url": "https://khmerlang.com/",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-32.png"
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "fonts.css",
        "content.styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*.woff2",
        "Hanuman-Bold.ttf",
        "Hanuman-Regular.ttf",
        "content.styles.css",
        "fonts.css",
        "logo.svg",
        "khmerlang-logo.png",
        "icon-has-errors.svg",
        "icon-no-error.svg",
        "icon-reach-limit.svg",
        "icon-typing.svg",
        "icon-validating.svg",
        "icon-network-errors.svg",
        "icon-token-invalid.svg",
        "close.svg",
        "settings.svg",
        "text-short.svg",
        "no-suggestion.svg",
        "icon-128.png",
        "icon-64.png",
        "icon-48.png",
        "icon-32.png",
        "icon-16.png",
        "banner_default_animate.gif"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ]
}