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",
"name": "Spotify VPN - \u043e\u0442\u043a\u0440\u043e\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a Spotify \u043a\u0430\u043a \u0440\u0430\u043d\u044c\u0448\u0435",
"version": "2.0",
"description": "\u0421 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u0432\u044b \u0441\u043d\u043e\u0432\u0430 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0442\u044c\u0441\u044f \u043c\u0443\u0437\u044b\u043a\u043e\u0439 \u043d\u0430 Spotify",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"default_popup": "popup\/main.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/bg.js"
},
"content_scripts": [
{
"js": [
"js\/conf.js",
"js\/back_auth.js"
],
"matches": [
"*:\/\/*.spotify.com\/int\/why-not-available\/*"
]
},
{
"js": [
"js\/jquery.js",
"js\/trigger_auth.js"
],
"matches": [
"*:\/\/*.spotify.com\/"
]
}
],
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider",
"browsingData",
"notifications",
"offscreen"
],
"host_permissions": [
"<all_urls>"
]
}