|
- {
- "manifest_version": 2,
- "name": "Biukop Secure Internet",
- "version": "1.2.4",
- "description": "Enforced Security communication through professional network.",
- "icons": {
- "48": "icons/lock48.png",
- "96": "icons/lock96.png"
- },
- "permissions": [
- "storage",
- "proxy",
- "<all_urls>",
- "webRequest",
- "webRequestBlocking"
- ],
- "browser_action": {
- "browser_style": true,
- "default_icon": "icons/lock48.png",
- "default_title": "Secure Channel - Biukop"
- },
- "commands": {
- "_execute_browser_action": {
- "suggested_key": {
- "default": "Ctrl+Shift+Y"
- },
- "description": "Enable/Disable Secure Connection"
- }
- },
- "background": {
- "scripts": [
- "background.js"
- ]
- },
- "options_ui": {
- "page": "settings.html",
- "browser_style": true
- },
- "applications": {
- "gecko": {
- "strict_min_version": "68.0"
- }
- }
- }
|