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": "Obelisk VPN \u2014 The Fastest & Most Reliable Proxy",
"short_name": "Obelisk VPN",
"version": "2.0.0",
"description": "Experience the fastest and most reliable VPN for Chrome",
"icons": {
"16": "icons\/obelisk-icon-16px.png",
"32": "icons\/obelisk-icon-32px.png",
"48": "icons\/obelisk-icon-48px.png",
"128": "icons\/obelisk-icon-128px.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Obelisk VPN \u2014 Fast & Secure Proxy",
"default_icon": {
"16": "icons\/obelisk-icon-16px.png",
"32": "icons\/obelisk-icon-32px.png",
"48": "icons\/obelisk-icon-48px.png"
}
},
"permissions": [
"proxy",
"storage",
"scripting"
],
"host_permissions": [
"http:\/\/91.84.117.49:8080\/*",
"https:\/\/gsggs.ru\/*",
"https:\/\/*.google.com\/*",
"https:\/\/*.yandex.ru\/*",
"https:\/\/*.bing.com\/*",
"https:\/\/*.yahoo.com\/*",
"https:\/\/*.duckduckgo.com\/*",
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.google.com\/*",
"https:\/\/*.yandex.ru\/*",
"https:\/\/*.bing.com\/*",
"https:\/\/*.yahoo.com\/*",
"https:\/\/*.duckduckgo.com\/*"
],
"js": [
"sdk-bundle.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"sdk-bundle.js"
],
"matches": [
"<all_urls>"
]
}
]
}