diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml
index 86bd31a..37a7509 100644
--- a/android/.idea/misc.xml
+++ b/android/.idea/misc.xml
@@ -1,35 +1,5 @@
-
-
+ NoKey is a distributed password manager without a master password. + TODO +
++ You can try out NoKey right now, but it's in an early alpha phase. + This means that there will be bugs and things that don't work, but you can still give it a try. +
++ Don't rely on NoKey just yet! There will probably be backwards incompatible changes before a proper release, + which would mean that if you would already rely on it now, you would lose your passwords once it's out of alpha. +
++ You can report issues here. +
- NoKey is a distributed password manager without a master password. - TODO -
-- You can try out NoKey right now, but it's in an early alpha phase. - This means that there will be bugs and things that don't work, but you can still give it a try. -
-- Don't rely on NoKey just yet! There will probably be backwards incompatible changes before a proper release, - which would mean that if you would already rely on it now, you would lose your passwords once it's out of alpha. -
diff --git a/web_extension/background.js b/web_extension/background.js index e8b1b5b..f1cceec 100644 --- a/web_extension/background.js +++ b/web_extension/background.js @@ -83,7 +83,7 @@ setup(Elm.MainBackground.fullscreen, (app) => { width: 600, height: 300, type: 'popup', // TODO: test difference between:"normal" "popup" ("panel": deprecated on chrome) ("detached_panel" doesn't exist on chrome) - allowScriptsToClose: true // TODO: make window close on esc and save and forget button: window.close + allowScriptsToClose: true }).then((win) => { win.document.body.style = "width: 600; height: 300;"; win.document.documentElement.style = "width: 600; height: 300;";