mirror of
https://github.com/Astatin3/Auto-Shodanner.git
synced 2026-06-08 16:18:09 -06:00
20 lines
433 B
JSON
Executable File
20 lines
433 B
JSON
Executable File
{
|
|
"name": "search",
|
|
"creators": ["ASTATIN3"],
|
|
"version": "1.0",
|
|
"entrypoint": "modules/search/main.py",
|
|
"tabs": [
|
|
{
|
|
"name": "Search",
|
|
"defaultPage": "Search",
|
|
"pages": [
|
|
{
|
|
"type": "page",
|
|
"name": "Search",
|
|
"requiredPermGroup": "",
|
|
"location": "modules/search/search.html"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |