Net Healer

Net Healer

Net Healer - доступ к заблокированным сайтам в России

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "[email protected]",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "description": "Net Healer - доступ к заблокированным сайтам в России",
  "manifest_version": 2,
  "name": "Net Healer",
  "permissions": [
    "proxy",
    "alarms",
    "storage",
    "notifications"
  ],
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/on.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png",
    "256": "img/icon-256.png"
  },
  "browser_action": {
    "default_icon": "img/off.png",
    "default_title": "Net Healer"
  },
  "options_ui": {
    "page": "/options/index.html",
    "chrome_style": false
  },
  "minimum_chrome_version": "55",
  "version": "1.31",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}