Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.1.3",
"name": "Onion VPN with Speed Control",
"description": "__MSG_description__",
"default_locale": "en",
"permissions": [
"proxy",
"nativeMessaging",
"contextMenus",
"storage",
"notifications",
"downloads"
],
"homepage_url": "https:\/\/add0n.com\/onion-network.html",
"background": {
"scripts": [
"tor.js",
"background.js",
"context.js"
]
},
"icons": {
"16": "data\/icons\/disconnected\/16.png",
"19": "data\/icons\/disconnected\/19.png",
"32": "data\/icons\/disconnected\/32.png",
"38": "data\/icons\/disconnected\/38.png",
"48": "data\/icons\/disconnected\/48.png",
"64": "data\/icons\/disconnected\/64.png",
"128": "data\/icons\/disconnected\/128.png"
},
"browser_action": [],
"options_ui": {
"page": "data\/options\/index.html",
"chrome_style": true
}
}