Skip to content

Instantly share code, notes, and snippets.

@vbooka1
vbooka1 / manifest.json
Created October 18, 2020 14:33
manifest.json
{
"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"
},