Examine source code of Nowa Biała News

Inspect and view changes in Nowa Biała News 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
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Nowa Biała News",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Skrót do najnowszych wiadomości ze strony nowabiala.com",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://www.nowabiala.com/chrome_latest.php"
  ]
}