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