Float the generate button to the right, make the genreated password readonly, and...
[skeletonkey.git] / manifest.json
1 {
2 "manifest_version": 2,
3
4 "name": "Skeleton Key",
5 "version": "0.1",
6
7 "description": "A secure password generator that uses repeated hashing of your master password and some salt.",
8
9 "browser_action": {
10 "default_title": "Skeleton Key",
11 "default_popup": "core.html"
12 }
13 }