Examine source code of Озон Артикул

Inspect and view changes in Озон Артикул 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": "Озон Артикул",
  "description": "Поиск и мгновенный переход на детальную карточку Ozon по артикулу. Введи слово озон, дальше пробел и артикул.",
  "version": "1.0.0",
  "action": {
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    },
    "default_title": "Введи слово 'вб' и артикул для перехода на карточку Wildberries"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "озон"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 3
}