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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 

26 lines
590 B

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