INACTIVE - http://mzl.la/ghe-archive - fun identity stuff
Перейти к файлу
Vlad Filippov 2a31c113d0 Merge pull request #5 from mortonfox/patch-1
Fix the Packaging link
2016-08-02 10:10:16 -04:00
background wait until firebase connects before trying to access data 2013-10-10 18:24:49 -07:00
browser_action merge of master; slight refactor of messaging and localstorage modules 2013-01-25 11:55:43 -08:00
data a step towards getting sync to work with dropbox 2013-02-18 19:34:31 -08:00
images add progress indicator to create account page 2012-12-27 16:11:03 -08:00
infobar@fbe957e863 first take on storage refactor 2013-01-10 14:56:33 -08:00
infobars refactored infobar code so it will hopefully be easy to plug in a module for FF based on tppanel; and also fixed gombot #61 2013-01-29 17:58:56 -08:00
lib wait until firebase connects before trying to access data 2013-10-10 18:24:49 -07:00
packages fixes so both the firefox and chrome tests pass; firefox supports local storage, chrome also supports firebase storage 2013-10-08 17:15:20 -07:00
server@fe2b272b0b refactored FX specific kdf out of client.js 2013-01-25 12:36:20 -08:00
spec switch between local and firebase tests; delete firebase test store after test completes 2013-02-15 19:09:49 -08:00
test added email to fetch 2013-02-04 23:42:06 -08:00
.gitignore Added webstore bundler, minor version # 2012-12-10 16:03:05 -08:00
.gitmodules firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -08:00
CHANGELOG bump version 2012-12-12 16:56:52 -08:00
README.md Fix the Packaging link 2016-08-02 00:28:47 -04:00
build_site_configs.rb ported site configs to FX 2013-01-23 12:01:18 -08:00
bundle_for_webstore.py have bundler delete server/node_modules, bump up version number 2013-01-19 14:06:40 -08:00
manifest.json start of sync refactor with tests 2013-02-03 23:12:13 -08:00
package.json directory reorg to make supporting chrome and firefox more sane 2013-01-25 13:16:05 -08:00

README.md

Gombot Client (Chrome)

These are the browser extensions for Gombot, an new experimental cross-platform password manager from Mozilla.

For more information on packaging and running this extension in Chrome, see this page.

Setup

Make sure to check out submodules (git submodule update --init) before running.

Building the site configuration file requires running build_site_configs.rb. This is only needed when site_configs.yml is updated. This script uses the js-yaml commmand line tool [https://github.com/nodeca/js-yaml], which must be in your PATH.

Testing