feat: improve clip UX, markdown export, and obsidian flow
This commit is contained in:
@@ -28,6 +28,15 @@ export default defineManifest({
|
||||
},
|
||||
},
|
||||
options_page: 'src/config/index.html',
|
||||
commands: {
|
||||
create_clip_from_selection: {
|
||||
suggested_key: {
|
||||
default: 'Ctrl+Shift+Y',
|
||||
mac: 'Command+Shift+Y',
|
||||
},
|
||||
description: 'Create clip from current text selection',
|
||||
},
|
||||
},
|
||||
content_scripts: [
|
||||
{
|
||||
matches: ['<all_urls>'],
|
||||
@@ -36,7 +45,7 @@ export default defineManifest({
|
||||
all_frames: true,
|
||||
},
|
||||
],
|
||||
permissions: ['downloads', 'downloads.shelf', 'notifications', 'storage', 'contextMenus', 'cookies', 'webRequest', 'nativeMessaging'],
|
||||
permissions: ['downloads', 'downloads.shelf', 'notifications', 'storage', 'contextMenus', 'cookies', 'webRequest', 'nativeMessaging', 'scripting'],
|
||||
host_permissions: ['<all_urls>'],
|
||||
web_accessible_resources: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user