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,
"short_name": "URL2GO - XNETD Toolbox",
"name": "URL2GO - XNETD Toolbox 7.0",
"description": "Authenticator, Password Manager, Web Apps, Password Randomizer and My Favorites via XNETD Toolbox",
"version": "7.0",
"homepage_url": "https:\/\/url2go.com",
"icons": {
"48": "sites\/xnetd\/images\/48.png",
"256": "sites\/xnetd\/images\/background.png"
},
"background": {
"service_worker": ".\/background.js"
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*\/*"
],
"action": {
"default_icon": "sites\/xnetd\/images\/19.png",
"default_popup": "popup.html"
}
}