Examine source code of Latinify Reborn

Inspect and view changes in Latinify Reborn 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
{
  "name": "Latinify Reborn",
  "author": "SaelbenNoa and oreoadidas",
  "homepage_url": "https://github.com/SaelbenNoa/latinify",
  "version": "1.1",
  "manifest_version": 2,
  "description": "A port of the Latinify Chrome extension, now on Firefox!\nConverting cyrillic to latinic for the purpose of easier reading!",
  "icons": {
    "48": "latinify48.png",
    "96": "latinify96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}