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
data a step towards getting sync to work with dropbox 2013-02-18 19:34:31 -08:00
images
infobar@fbe957e863
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
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
.gitmodules
CHANGELOG
README.md Fix the Packaging link 2016-08-02 00:28:47 -04:00
build_site_configs.rb
bundle_for_webstore.py
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