Examine source code of OTKOROBKI.RU - помощник покупок продуктов

Inspect and view changes in OTKOROBKI.RU - помощник покупок продуктов 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": "https://clients2.google.com/service/update2/crx",
  "name": "OTKOROBKI.RU - помощник покупок продуктов",
  "description": "Сравнивает цены товаров популярных интернет-магазинов с ценами товаров от OTKOROBKI.RU и предлагает более экономичные покупки.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.perekrestok.ru/catalog/*/*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "jquery.min.js",
        "content.js",
        "popup.html"
      ]
    }
  ],
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  }
}