You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
590 B
27 lines
590 B
|
6 years ago
|
{
|
||
|
|
"name": "Kara CX",
|
||
|
|
"version": "1.0",
|
||
|
|
"description": "Your personal chatbot.",
|
||
|
|
"permissions": ["declarativeContent", "storage"],
|
||
|
|
"background": {
|
||
|
|
"scripts": ["background.js"],
|
||
|
|
"persistent": false
|
||
|
|
},
|
||
|
|
"page_action": {
|
||
|
|
"default_popup": "popup.html",
|
||
|
|
"default_icon": {
|
||
|
|
"16": "images/luna.png",
|
||
|
|
"32": "images/luna.png",
|
||
|
|
"48": "images/luna.png",
|
||
|
|
"128": "images/luna.png"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"icons": {
|
||
|
|
"16": "images/luna.png",
|
||
|
|
"32": "images/luna.png",
|
||
|
|
"48": "images/luna.png",
|
||
|
|
"128": "images/luna.png"
|
||
|
|
},
|
||
|
|
"manifest_version": 2
|
||
|
|
}
|