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": 3,
"name": "Bunny VPN",
"version": "1.7.0",
"description": "Bunny VPN \u2014 \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u0438 \u0443\u0434\u043e\u0431\u043d\u044b\u0439 VPN \u0434\u043b\u044f \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043b\u044e\u0431\u0438\u043c\u044b\u043c \u0441\u0430\u0439\u0442\u0430\u043c",
"permissions": [
"proxy",
"storage",
"scripting",
"tabs",
"activeTab",
"notifications"
],
"host_permissions": [
"https:\/\/2ip.ua\/ru\/*",
"http:\/\/217.12.38.98:3000\/*",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"logger.js",
"time-overlay.js",
"minibar.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.jpg",
"128": "128.jpg"
},
"web_accessible_resources": [
{
"resources": [
"payment-success.html",
"landing.html",
"diagnostic.html",
"vpnbunny_overview.html",
"landing.css"
],
"matches": [
"<all_urls>"
]
}
]
}