Examine source code of Ayat — by @sofiquldev

Inspect and view changes in Ayat — by @sofiquldev 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": "__MSG_appName__",
  "version": "0.0.1",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/ayat-16.png",
    "32": "icons/ayat-32.png",
    "48": "icons/ayat-48.png",
    "128": "icons/ayat-128.png"
  },
  "action": {
    "default_popup": "popups/index.html"
  },
  "permissions": [
    "activeTab"
  ],
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}