Examine source code of Proxy-solutions setting

Inspect and view changes in Proxy-solutions setting 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": "Proxy-solutions settin",
  "description": "PSs (Proxy-solutions setting ) - это удобный инструмент для настройки и управления прокси в браузере.",
  "version": "1.1.3",
  "icons": {
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "browser_action": {
    "default_icon": "icon-34.png",
    "default_title": "Proxy-solutions settin",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "permissions": [
    "browsingData",
    "proxy",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "notifications",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{5eed4068-9fdf-4813-9e20-7533e2e2c007}"
    }
  }
}