Files
2018-01-15 16:33:25 -05:00

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"
]
}