| Index: ports/tor/manifest.json
|
| diff --git a/ports/python/manifest.json b/ports/tor/manifest.json
|
| similarity index 63%
|
| copy from ports/python/manifest.json
|
| copy to ports/tor/manifest.json
|
| index 9a82c32e68e28ff387b7e1613d87c4180ed735c7..7ec0487d9717b1257effcb6e026d99032faf780d 100644
|
| --- a/ports/python/manifest.json
|
| +++ b/ports/tor/manifest.json
|
| @@ -1,14 +1,28 @@
|
| {
|
| - "name": "Python",
|
| - "description": "Python interactive shell built with Native Client",
|
| - "version": "2.7.7.%(version)s",
|
| + "name": "KroTor(beta) - Access internet via TOR",
|
| + "short_name": "KroTor - beta",
|
| + "description": "",
|
| + "version": "0.1.2.%(version)s",
|
| "manifest_version": 2,
|
| - "minimum_chrome_version": "30",
|
| + "minimum_chrome_version": "36",
|
| "icons": {
|
| - "16": "icon_16.png",
|
| - "48": "icon_48.png",
|
| - "128": "icon_128.png"
|
| + "16": "krotor_16.png",
|
| + "48": "krotor_48.png",
|
| + "128": "krotor_128.png"
|
| },
|
| + "offline_enabled": false,
|
| + "permissions": [
|
| + "storage",
|
| + "clipboardWrite",
|
| + "unlimitedStorage",
|
| + {
|
| + "socket": [
|
| + "tcp-listen:*:*",
|
| + "tcp-connect",
|
| + "resolve-host"
|
| + ]
|
| + }
|
| + ],
|
| "app": {
|
| "background": {
|
| "scripts": [
|
| @@ -29,19 +43,5 @@
|
| "nacl_arch": "x86-64",
|
| "sub_package_path": "_platform_specific/x86_64/"
|
| }
|
| - ],
|
| - "permissions": [
|
| - "clipboardRead",
|
| - "clipboardWrite",
|
| - "storage",
|
| - "unlimitedStorage",
|
| - { "socket": [
|
| - "tcp-listen:*:*",
|
| - "tcp-connect",
|
| - "resolve-host",
|
| - "udp-bind:*:*",
|
| - "udp-send-to:*:*"
|
| - ]
|
| - }
|
| ]
|
| }
|
|
|