一键发送灵感时刻,珍藏你的记忆
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"scripts_worker": [
"js/background.js"
]
},
"action": {
"default_icon": "assets/logo_24x24.png",
"default_title": "__MSG_actionTitle__",
"default_popup": "html/popup.html"
},
"default_locale": "zh_CN",
"description": "__MSG_extDescription__",
"homepage_url": "https://cxr.cool/1.html",
"icons": {
"16": "assets/logo.png",
"48": "assets/logo.png",
"128": "assets/logo.png"
},
"manifest_version": 3,
"name": "__MSG_extName__",
"permissions": [
"storage",
"contextMenus",
"http://*/*",
"https://*/*"
],
"version": "1.0.1"
}