Examine source code of View Phonebot on Mobile

Inspect and view changes in View Phonebot on Mobile 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": "View Phonebot on Mobile",
  "description": "This extension generate a qr code for the phonebot and allows user browse phonebot site at mobile.",
  "version": "1.0",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}