Examine source code of WhatsUp India

Inspect and view changes in WhatsUp India 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": "WhatsUp India",
  "version": "1.1resigned1",
  "description": "Shows latest News",
  "permissions": [
    "<all_urls>"
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "WhatsUp India",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{310aecae-5953-4115-a9a3-08567c12fff9}"
    }
  }
}