mirror of https://github.com/espruino/BangleApps
20 lines
559 B
JSON
20 lines
559 B
JSON
{
|
|
"id": "authentiwatch",
|
|
"name": "2FA Authenticator",
|
|
"shortName": "AuthWatch",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"version": "0.05",
|
|
"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"}]
|
|
}
|