2017-03-12 20:05:02 -06:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "__MSG_extName__",
|
|
|
|
"short_name": "PWGen",
|
|
|
|
"author": "Neale Pickett <neale@woozle.org>",
|
2017-03-12 21:54:22 -06:00
|
|
|
"version": "1.1",
|
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"
|
|
|
|
}
|
|
|
|
}
|