Files
url_tracker_tool/node_modules/toggle-selection/package.json
Andrei 58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
2025-08-19 19:12:23 +00:00

28 lines
605 B
JSON

{
"name": "toggle-selection",
"version": "1.0.6",
"description": "Toggle current selected content in browser",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sudodoki/toggle-selection"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"selection",
"toggle",
"browser",
"deselect"
],
"author": "sudodoki <smd.deluzion@gmail.com> (sudodoki.name)",
"license": "MIT",
"contributors": [
{
"name": "Aleksej Shvajka",
"url": "https://github.com/shvaikalesh"
}
]
}