Examine source code of TaatikLi

Inspect and view changes in TaatikLi 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
{
  "manifest_version": 2,
  "name": "TaatikLi",
  "version": "0.0.1",
  "description": "Hebrew-Arabic letter-by-letter transliteration (Taatik), for Hebrew speakers who learn Arabic but don't know the alphabet yet",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "taatik.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite"
  ]
}