Examine source code of Tạo mã QR cho đường link

Inspect and view changes in Tạo mã QR cho đường link 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": "Tạo mã QR cho đường link",
  "description": "Tạo mã QR code cho một đường link đơn giản và tự động",
  "version": "1.0",
  "icons": {
    "48": "logo/logo48.png",
    "128": "logo/logo128.png"
  },
  "action": {
    "default_icon": "logo.png",
    "default_popup": "index.html"
  },
  "homepage_url": "https://vntalking.com",
  "permissions": [
    "tabs"
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}