Examine source code of OEM Pureifier

Inspect and view changes in OEM Pureifier 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
{
  "browser_action": {
    "default_icon": "img/icon_128.png",
    "default_popup": "html/popup.html",
    "default_title": "OEM Pureifier"
  },
  "description": "A professional manufacuturer of air purifier, car air purifier, water purifier, water dispenser, hydrogen water maker.",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "OEM Pureifier",
  "version": "1.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}