Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8.0", "manifest_version": 3, "name": "__MSG_pkgName__", "description": "__MSG_pkgDescription__", "default_locale": "en", "homepage_url": "https:\/\/lunabot.ai", "background": { "service_worker": "background.bundle.js" }, "action": [], "icons": { "128": "assets\/img\/lunabot128.png" }, "commands": { "_execute_action": { "suggested_key": { "mac": "Alt+E", "windows": "Alt+E", "chromeos": "Alt+E", "linux": "Alt+E" } } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_end", "all_frames": true } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "static\/*", "assets\/*", "*.html", "*.css", "*.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "contextMenus", "storage", "tabs", "scripting" ] }