Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"short_name": "XNETD Toolbox",
"name": "XNETD Toolbox 2.5",
"description": "Authenticator, Password Manager, Web Apps, Password Randomizer and My Favorites",
"version": "2.5",
"homepage_url": "https:\/\/xnetd.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"
}
}