15 lines
290 B
JSON
15 lines
290 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "Elm-Pass",
|
||
|
"description": "Password Management",
|
||
|
"version": "1.0",
|
||
|
"browser_action": {
|
||
|
"default_icon": "icon.png",
|
||
|
"default_popup": "index.html"
|
||
|
},
|
||
|
"permissions": [
|
||
|
"activeTab",
|
||
|
"storage"
|
||
|
]
|
||
|
}
|