bitwarden-estensione-browser/src/manifest.json

25 lines
632 B
JSON
Raw Normal View History

2016-08-31 05:47:38 +02:00
{
"manifest_version": 2,
"name": "bitwarden",
"version": "0.0.1",
"description": "Secure and free password manager for all of your devices.",
"homepage_url": "https://bitwarden.com",
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"96": "images/icon96.png",
"128": "images/icon128.png"
},
"background": {
"scripts": [ "background.js" ]
},
"browser_action": {
"default_icon": {
"19": "images/icon19.png",
"38": "images/icon38.png"
},
2016-09-01 04:47:37 +02:00
"default_title": "bitwarden",
"default_popup": "browser_action/index.html"
2016-08-31 05:47:38 +02:00
}
}