{ "manifest_version": 3, "name": "Cortex - Save to Memory", "version": "1.0.0", "description": "Save web content to your Cortex knowledge graph", "permissions": [ "activeTab", "contextMenus", "storage" ], "host_permissions": [ "http://localhost:3100/*" ], "action": { "default_popup": "popup/popup.html", "default_icon": { "16": "icons/icon-16.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }, "background": { "service_worker": "background/background.js" }, "content_scripts": [ { "matches": [""], "js": ["content/content.js"] } ], "icons": { "16": "icons/icon-16.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }