Cybor Protection System

Cybor Protection System

CYBOR Protection System - reliable protection of personal information and financial resources.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "manifest_version": 2,
  "name": "Cybor Protection System",
  "description": "__MSG_description__",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "/images/green_38.png",
    "default_popup": "/popups/main.html"
  },
  "icons": {
    "16": "/images/logo_16.png",
    "48": "/images/logo_48.png",
    "128": "/images/logo_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "proxy",
    "http://*/*",
    "https://*/*",
    "unlimitedStorage"
  ],
  "background": {
    "persistent": false,
    "page": "background.html"
  }
}