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": "__MSG_app_name_title__",
"short_name": "__MSG_app_short_name_title__",
"description": "__MSG_app_description_text__",
"author": "ExpressVPN",
"manifest_version": 3,
"version": "7.0.2",
"icons": {
"16": "images\/toolbar-icons\/toolbar-icon-16.png",
"32": "images\/toolbar-icons\/toolbar-icon-32.png",
"48": "images\/toolbar-icons\/toolbar-icon-48.png",
"128": "images\/toolbar-icons\/toolbar-icon-128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+O"
}
}
},
"default_locale": "en",
"action": {
"default_popup": "src\/popup.html",
"default_title": "ExpressVPN"
},
"background": {
"service_worker": "src\/scripts\/background.js"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"cookies",
"nativeMessaging",
"privacy",
"storage",
"webRequest",
"tabs",
"unlimitedStorage",
"notifications",
"declarativeNetRequest"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/html\/diagnosticsConsent.html",
"src\/html\/networkLock.html",
"src\/scripts\/content\/*",
"images\/*",
"fonts\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self' "
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"src\/scripts\/content\/location-spoofing-bootstrap.js"
]
}
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"minimum_chrome_version": "116",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs24qmLQZjYn5vnBdvJ77lURW\/Ig8V4PPR+RWzenikcFUnvU3CaI92jlb7PBM1YtR4q4DyhNlGMiSccYxcwH5Z2wogWW\/BUxV0idK8e24Xtl3HQvDvEHl684x2QJWbebXdV3d1XPu4FfwBJBEbVDwxqItSojdc+eam1GZtXfiibz4hgum2uNhnydIG\/vxTJ\/nWAJ8uBWOgHaiU47t49ma4ptvNQZ3QTaDsFbKtl+kfV9jNRChVW7skadvixTOIVZBLcnnNxVhgefsERz97IN6ngTQN0W2x2q3cKfl6EU0K7HStw1zet3\/lorsqyoZbpHE3HWWsj+\/RBCrAFjxqPO7hwIDAQAB"
}