21 lines
313 B
JSON
21 lines
313 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "Unichat",
|
|
"description": "This is the Unichat Popup",
|
|
"version": "1.7",
|
|
"icons": {
|
|
"128": "7POdNS3.png"
|
|
},
|
|
|
|
|
|
"browser_action": {
|
|
"default_icon": "7POdNS3.png",
|
|
"default_popup": "popup.html"
|
|
},
|
|
"permissions": [
|
|
"activeTab",
|
|
"storage"
|
|
]
|
|
}
|