1
0
Fork 0

Restore app entry

master
Andrew Gregory 2021-11-19 20:14:11 +08:00 committed by GitHub
parent 54954e39db
commit db3bc4c6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 1 deletions

View File

@ -4307,5 +4307,24 @@
{"name":"binwatch.app.js","url":"app.js"}, {"name":"binwatch.app.js","url":"app.js"},
{"name":"binwatch.img","url":"app-icon.js","evaluate":true} {"name":"binwatch.img","url":"app-icon.js","evaluate":true}
] ]
} },
{
"id": "authentiwatch",
"name": "2FA Authenticator",
"shortName": "AuthWatch",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"version": "0.01",
"description": "Google Authenticator compatible tool.",
"tags": "tool",
"interface": "interface.html",
"supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"authentiwatch.app.js","url":"app.js"},
{"name":"authentiwatch.img","url":"app-icon.js","evaluate":true}
],
"data": [{"name":"authentiwatch.json"}]
},
] ]