Commit Graph

6 Commits

Author SHA1 Message Date
63f88a2076 Minor fixes 2024-04-28 10:03:20 +02:00
129335dc2d Update manifest to v3 (Chrome only) 2022-10-01 14:33:42 +02:00
7f95b19264 Add a checkbox to only copy password into clipboard from popup (and a default behaviour from options) 2021-03-03 14:53:52 +01:00
12d49fab4e Fix a bug: wait for promise before displaying message for clipboard pasted password 2020-09-21 18:05:00 +02:00
76c7797ee2 Force copy password into clipboard for @_ request from popup even if we can fill it 2020-08-30 12:03:20 +02:00
898e0b9e42 Big update:
* Move all core functions from mains.js to background.js
    * Use message interface for IPCs between main.js, background.js and popup.js
    * Add popup interface :
      	  * safest method to compute masterkey
	  * Direct access to our own gPass server with auto URL and username fill
    * Add some specific menus :
      	  * Access to gPass settings
	  * Allow to disable extension
    * Update gPass icon when a password field has focus and gPass is ready to work
2020-02-26 15:48:07 +01:00