You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
698 B
27 lines
698 B
{
|
|
"name": "wappalyzer",
|
|
"title": "Wappalyzer",
|
|
"homepage": "https://wappalyzer.com",
|
|
"icon": "images/icon48_hot.png",
|
|
"icon64": "images/icon64_hot.png",
|
|
"id": "wappalyzer@crunchlabz.com",
|
|
"description": "Identifies software on the web",
|
|
"author": "Elbert Alias",
|
|
"license": "GPLv3",
|
|
"version": "3.0.4",
|
|
"main": "driver",
|
|
"preferences": [{
|
|
"name": "tracking",
|
|
"title": "Tracking",
|
|
"description": "Anonymously send reports on detected applications to wappalyzer.com for analysis",
|
|
"type": "bool",
|
|
"value": true
|
|
}, {
|
|
"name": "urlbar",
|
|
"title": "Display icons in URL bar",
|
|
"description": "Uncheck to display toolbar button.",
|
|
"type": "bool",
|
|
"value": true
|
|
}]
|
|
}
|