Examine source code of AirHealth Trackers

Inspect and view changes in AirHealth Trackers 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": 2,
  "name": "AirHealth Tracker",
  "version": "1.0",
  "description": "Monitor air quality and receive personalized health recommendations.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "geolocation",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f88b480f-ac3b-4e19-ab5f-7d606da488dc}"
    }
  }
}