Examine source code of Prawdziwa cena

Inspect and view changes in Prawdziwa cena 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": "Prawdziwa cena",
  "version": "1.0",
  "description": "Wyswietla prawdziwa cene wynajmu mieszkania, a nie zanizona o czynsz.",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.otodom.pl/wynajem/mieszkanie*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{41ee7c91-7767-4ceb-9353-37c3ac8b2b38}"
    }
  }
}