Examine source code of Установка изображений в 1С

Inspect and view changes in Установка изображений в 1С 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",
  "manifest_version": 3,
  "name": "Установка изображений в 1С",
  "description": "Поиск изображений в интернете и их загрузка в конфигурации 1С:Предприятие",
  "version": "1.0.1",
  "author": "Barilko Vitaly",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png",
    "512": "images/512.png"
  },
  "action": {
    "default_title": "Установка изображений в 1С",
    "default_icon": "images/action_disable.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms",
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  }
}