1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Whymarrh Whitby 28c4001f52 Update auto-logout to recognize idle time in background (#6593)
* Fix wording of autoLogoutTimeLimitDescription

* AppStateController and update auto-logout functionality
2019-05-13 13:46:09 -02:30
..
account-import-strategies
controllers Update auto-logout to recognize idle time in background (#6593) 2019-05-13 13:46:09 -02:30
lib Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
migrations Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
platforms
background.js
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Update auto-logout to recognize idle time in background (#6593) 2019-05-13 13:46:09 -02:30
phishing-detect.js
popup-core.js
README.md
ui.js

Main MetaMask Code

This folder contains the core-code.

Currently, it is organized mostly based on file category, like:

controllers, migrations, lib

Ongoing Task

Refactor code-structure, thus the subsystems are reflected on the filesystem.

Examples