Examine source code of Endlish

Inspect and view changes in Endlish 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": "Endlish",
  "version": "1.1.6",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "AnyLanguageOneWritingSystem.",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "fonts/*.woff2"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "css/fonts.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}