Examine source code of AWMS

Inspect and view changes in AWMS 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": 3,
  "name": "AWMS",
  "description": "Android Web Management ",
  "version": "3.8",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "asset/icon16_blue.png",
    "48": "asset/icon48_blue.png",
    "128": "asset/icon128_blue.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://beta.androidbuilder.in/*"
      ],
      "js": [
        "content.js",
        "script/awms/bundle.js"
      ]
    }
  ],
  "host_permissions": [
    "https://beta.androidbuilder.in/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}