mirror of https://github.com/nealey/chrome-pwgen
15 lines
416 B
JSON
15 lines
416 B
JSON
{
|
|
"extName": {
|
|
"message": "Password Generator",
|
|
"description": "Extension name"
|
|
},
|
|
"extDescription": {
|
|
"message": "Simple password generator using material design",
|
|
"description": "Extension description"
|
|
},
|
|
"clipboard": {
|
|
"message": "Password is copied into your clipboard.",
|
|
"description": "Message indicating every new generated password will be available in the clipboard"
|
|
}
|
|
}
|