Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 4.6 KiB |
@ -1,12 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "wappalyzer",
|
"name": "wappalyzer",
|
||||||
"title": "Wappalyzer",
|
"title": "Wappalyzer",
|
||||||
"icon": "images/icon48.png",
|
"icon": "images/icon48_hot.png",
|
||||||
"icon64": "images/icon64.png",
|
"icon64": "images/icon64_hot.png",
|
||||||
"id": "jid1-GkgHgreNo1BZ4g",
|
"id": "ec8030f7-c20a-464f-9b0e-13a3a9e97384",
|
||||||
"description": "Identifies software on the web",
|
"description": "Identifies software on the web",
|
||||||
"author": "Elbert Alias",
|
"author": "Elbert Alias",
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"main": "driver"
|
"main": "driver",
|
||||||
|
"preferences": [{
|
||||||
|
"name": "tracking",
|
||||||
|
"title": "Tracking",
|
||||||
|
"description": "Anonymously send reports on detected applications to wappalyzer.com for analysis",
|
||||||
|
"type": "bool",
|
||||||
|
"value": true
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|