Examine source code of Avro (অভ্র) for Microsoft Edge

Inspect and view changes in Avro (অভ্র) for Microsoft Edge 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,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Avro",
    "default_icon": {
      "16": "images/i16.png",
      "32": "images/i32.png",
      "128": "images/i128.png"
    }
  },
  "icons": {
    "16": "images/i16.png",
    "32": "images/i32.png",
    "128": "images/i128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "vendor/jquery/dist/jquery.js",
      "vendor/Caret.js/src/jquery.caret.js",
      "vendor/jquery.atwho/dist/js/jquery.atwho.js",
      "vendor/jquery-autosize/jquery.autosize.js",
      "vendor/jquery-touchswipe/jquery.touchSwipe.js",
      "vendor/device.js/lib/device.js",
      "js/avro.min.js",
      "js/main.js",
      "js/misc.js",
      "js/options.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/fontfix.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "name": "Avro (অভ্র) for Microsoft Edge",
  "short_name": "Avro(অভ্র)",
  "version": "1.2.5",
  "description": "Avro extension for Microsoft Edge . Write bangla instantly.",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}