mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
22 lines
343 B
JSON
22 lines
343 B
JSON
{
|
|
"name": "Chatterino",
|
|
"version": "1.0",
|
|
"description": "xd",
|
|
"permissions": [
|
|
"tabs", "nativeMessaging"
|
|
],
|
|
"icons": {
|
|
"256": "icon.png"
|
|
},
|
|
"manifest_version": 2,
|
|
"background": {
|
|
"scripts": [
|
|
"background.js"
|
|
],
|
|
"persistent": false
|
|
},
|
|
"browser_action": {
|
|
"default_popup": "popup.html"
|
|
}
|
|
}
|