Examine source code of Onboard background

Inspect and view changes in Onboard background 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": "Onboard background",
  "description": "Now you can Change the current page color",
  "version": "2.5",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Onboard background",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}