Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: ports/tor/manifest.json

Issue 1311703003: Added Tor Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/tor/krotor_48.png ('k') | ports/tor/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:*:*"
- ]
- }
]
}
« no previous file with comments | « ports/tor/krotor_48.png ('k') | ports/tor/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698