Examine source code of Super search

Inspect and view changes in Super search 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": "Super search",
  "description": "Устал открывать каждый маркетплейс, вбивая запрос? Я помогу тебе! Открою все маркетплейсы с нужным запросом сам!",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Поиск по всем маркетплейсам",
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/logo/logo16.png",
    "128": "icons/logo/logo128.png",
    "256": "icons/logo/logo256.png",
    "512": "icons/logo/logo512.png"
  }
}