This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "A small Firefox extension for web app security testers (aka. pentesters). It allows visualizing and manipulating form elements and clearing cookies and local storage data with a single action.", | |
"manifest_version": 2, | |
"name": "FormVisualizer", | |
"version": "1.3.1", | |
"homepage_url": "https://github.com/t-tera/FormVisualizer", | |
"icons": { | |
"48": "icons/icon.svg" | |
}, |