chrome-pwgen/manifest.json

20 lines
434 B
JSON
Raw Permalink Normal View History

2017-03-12 20:05:02 -06:00
{
"manifest_version": 2,
"name": "__MSG_extName__",
2017-05-25 18:38:12 -06:00
"short_name": "PasswdGen",
2017-03-12 20:05:02 -06:00
"author": "Neale Pickett <neale@woozle.org>",
2017-05-25 18:38:12 -06:00
"version": "1.3",
2017-03-12 20:05:02 -06:00
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"128": "img/lock-128.png",
"16": "img/lock-16.png",
"48": "img/lock-48.png"
},
"browser_action": {
"default_icon": "img/lock-icon.png",
"default_popup": "popup.html"
}
}