Examine source code of Wallet Inc: Merchant Daily Stats

Inspect and view changes in Wallet Inc: Merchant Daily Stats 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wallet Inc: Merchant Daily Stats",
  "description": "View your company's daily stats with just a glance!",
  "version": "1.0.3",
  "manifest_version": 3,
  "author": "Wallet Inc.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/images/wt_16.png",
    "32": "/images/wt_32.png",
    "48": "/images/wt_48.png",
    "128": "/images/wt_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://api.wall.et/*"
      ],
      "js": [],
      "css": [
        "css/all.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/all.css",
        "webfonts/fa-brands-400.woff2",
        "webfonts/fa-duotone-900.woff2",
        "webfonts/fa-light-300.woff2",
        "webfonts/fa-regular-400.woff2",
        "webfonts/fa-solid-900.woff2",
        "webfonts/fa-thin-100.woff2",
        "webfonts/fa-v4compatibility.woff2"
      ],
      "matches": []
    }
  ]
}