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",
"manifest_version": 3,
"name": "Lucid AI",
"version": "1.2.1",
"description": "Earn crypto rewards by staking your ChatGPT conversations to Lucid L2 blockchain. Secure wallet connection via Privy.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting",
"alarms"
],
"host_permissions": [
"https:\/\/*.privy.io\/*",
"https:\/\/auth.privy.io\/*",
"https:\/\/api.privy.io\/*",
"https:\/\/auth-api.privy.io\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/www.lucid.foundation\/*",
"https:\/\/api.lucid.foundation\/*",
"https:\/\/api.lucid-l2.com\/*",
"https:\/\/api.devnet.solana.com\/*",
"https:\/\/api.testnet.solana.com\/*",
"https:\/\/*.walletconnect.org\/*",
"https:\/\/*.walletconnect.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/www.lucid.foundation\/*"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"auth-redirect.js",
"privy-api-bridge.js",
"config.js",
"sidebar.html",
"sidebar.js",
"sidebar-styles.css",
"dist\/*"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": {
"default_popup": "popup.html",
"default_title": "Lucid AI Memory - Earn Crypto Rewards"
},
"homepage_url": "https:\/\/www.lucid.foundation\/privacy",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; object-src 'self'; connect-src 'self' https:\/\/*.lucid.foundation https:\/\/*.privy.io https:\/\/auth.privy.io https:\/\/api.privy.io https:\/\/auth-api.privy.io https:\/\/api.devnet.solana.com https:\/\/api.testnet.solana.com https:\/\/*.walletconnect.org wss:\/\/*.walletconnect.com data:; frame-ancestors 'none';"
}
}