Examine source code of AVinfo - помощник при покупке автомобиля

Inspect and view changes in AVinfo - помощник при покупке автомобиля 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": "AVinfo - помощник при покупке автомобиля",
  "version": "1.4",
  "description": "Узнай все о продавцах на сайтах auto.ru, avito.ru, drom.ru, am.ru, irr.ru и многих других.",
  "short_name": "AVinfo 1.4",
  "icons": {
    "16": "16.png",
    "24": "24.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png",
    "256": "256.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "jquery-3.4.1.min.js",
      "simple-modal.js",
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webNavigation",
    "unlimitedStorage",
    "cookies",
    "management",
    "idle",
    "browsingData",
    "bookmarks",
    "history",
    "http://*/*",
    "https://*/*",
    "browserSettings",
    "webRequest",
    "webRequestBlocking"
  ]
}