forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWifiPasswordRevealer.json
27 lines (27 loc) · 1.01 KB
/
WifiPasswordRevealer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"version": "1.0.0.13",
"description": "Wi-Fi Password Revealer. List all saved Wi-Fi passwords.",
"homepage": "https://www.magicaljellybean.com/wifi-password-revealer/",
"license": {
"identifier": "Freeware",
"url": "https://www.magicaljellybean.com/tos/"
},
"url": "https://www.magicaljellybean.com/downloads/WiFiPasswordRevealerInstaller.exe",
"hash": "bbacefab406746153e619dca5018a643a4f6fec567c1e67bbf94eb8022226077",
"innosetup": true,
"pre_install": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Test-Persistence 'settings.ini'"
],
"shortcuts": [
[
"WiFiPasswordRevealer.EXE",
"Wi-Fi Password Revealer"
]
],
"persist": "settings.ini",
"checkver": "Installer\\s*v\\s*([\\d.]+)\\s*\\(",
"autoupdate": {
"url": "https://www.magicaljellybean.com/downloads/WiFiPasswordRevealerInstaller.exe"
}
}