Examine source code of weatherpro

Inspect and view changes in weatherpro 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": "weather",
  "version": "1.1resigned1",
  "browser_action": {
    "default_title": "weather",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://api.openweathermap.org/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{458fdacc-12cb-4141-b7db-0bad443b104d}"
    }
  }
}