Examine source code of Awin Helper

Inspect and view changes in Awin Helper 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,
  "version": "2.1.0.3",
  "author": "Andrew Niziolek",
  "name": "Awin Helper",
  "description": "This is a community-developed extension to support Awin Staff in their daily responsibilities.",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "tabGroups"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}