mirror of
https://github.com/Jonnyan404/memos-bber.git
synced 2026-04-24 19:48:37 +09:00
f2f1ff2c10
Update manifest.json to version 2026.03.11 and set version_name to "Supports 0.18.0 - 0.26.x". Also add a README changelog entry for 2026-03-10 noting remembered drag window size and removal of drag window animation. This prepares a small release update and documents the recent UI tweak.
41 lines
1002 B
JSON
41 lines
1002 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "__MSG_extName__",
|
|
"default_locale": "en",
|
|
"version": "2026.03.11",
|
|
"version_name": "Supports 0.18.0 - 0.26.x",
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": "assets/logo_24x24.png",
|
|
"default_title": "__MSG_actionTitle__"
|
|
},
|
|
"description": "__MSG_extDescription__",
|
|
"homepage_url": "https://github.com/Jonnyan404/memos-bber",
|
|
"icons": {
|
|
"128": "assets/logo.png",
|
|
"16": "assets/logo.png",
|
|
"48": "assets/logo.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "js/background.js"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"scripting",
|
|
"windows",
|
|
"storage",
|
|
"activeTab",
|
|
"contextMenus"
|
|
],
|
|
"host_permissions": ["http://*/*", "https://*/*"],
|
|
"commands": {
|
|
"open-extension": {
|
|
"description": "Open my extension",
|
|
"suggested_key": {
|
|
"default": "Ctrl+Shift+F",
|
|
"mac": "MacCtrl+Shift+F"
|
|
}
|
|
}
|
|
}
|
|
}
|