data.json 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084
  1. {
  2. "showTabTitlebarButtons": true,
  3. "copyLinkToElemenetAnchorTo100": false,
  4. "copyFrameLinkByName": false,
  5. "disableDoubleClickTextEditing": false,
  6. "phoneFooterSafeAreaPadding": false,
  7. "tabletFooterSafeAreaPadding": false,
  8. "folder": "Excalidraw",
  9. "cropFolder": "",
  10. "annotateFolder": "",
  11. "embedUseExcalidrawFolder": false,
  12. "templateFilePath": "Excalidraw/Template.excalidraw",
  13. "scriptFolderPath": "Excalidraw/Scripts",
  14. "fontAssetsPath": "Excalidraw/CJK Fonts",
  15. "loadChineseFonts": false,
  16. "loadJapaneseFonts": false,
  17. "loadKoreanFonts": false,
  18. "compress": true,
  19. "decompressForMDView": false,
  20. "onceOffCompressFlagReset": true,
  21. "onceOffGPTVersionReset": true,
  22. "autosave": true,
  23. "autosaveIntervalDesktop": 60000,
  24. "autosaveIntervalMobile": 30000,
  25. "drawingFilenamePrefix": "Drawing ",
  26. "drawingEmbedPrefixWithFilename": true,
  27. "drawingFilnameEmbedPostfix": " ",
  28. "drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
  29. "useExcalidrawExtension": true,
  30. "cropSuffix": "",
  31. "cropPrefix": "cropped_",
  32. "annotateSuffix": "",
  33. "annotatePrefix": "annotated_",
  34. "annotatePreserveSize": false,
  35. "displaySVGInPreview": false,
  36. "previewImageType": "SVG",
  37. "renderingConcurrency": 3,
  38. "imageCacheRetentionDays": 30,
  39. "allowImageCache": true,
  40. "allowImageCacheInScene": true,
  41. "displayExportedImageIfAvailable": false,
  42. "previewMatchObsidianTheme": false,
  43. "width": "400",
  44. "height": "",
  45. "overrideObsidianFontSize": false,
  46. "dynamicStyling": "colorful",
  47. "isLeftHanded": false,
  48. "desktopUIMode": "tray",
  49. "tabletUIMode": "compact",
  50. "phoneUIMode": "mobile",
  51. "iframeMatchExcalidrawTheme": true,
  52. "matchTheme": false,
  53. "matchThemeAlways": false,
  54. "matchThemeTrigger": false,
  55. "defaultMode": "normal",
  56. "defaultPenMode": "never",
  57. "penModeDoubleTapEraser": true,
  58. "penModeSingleFingerPanning": true,
  59. "penModeCrosshairVisible": true,
  60. "panWithRightMouseButton": false,
  61. "renderImageInMarkdownReadingMode": false,
  62. "renderImageInHoverPreviewForMDNotes": false,
  63. "renderImageInMarkdownToPDF": false,
  64. "allowPinchZoom": false,
  65. "allowWheelZoom": false,
  66. "zoomToFitOnOpen": true,
  67. "zoomToFitOnResize": false,
  68. "zoomToFitMaxLevel": 2,
  69. "zoomStep": 0.05,
  70. "zoomMin": 0.1,
  71. "zoomMax": 30,
  72. "linkPrefix": "",
  73. "urlPrefix": "",
  74. "parseTODO": false,
  75. "todo": "☐",
  76. "done": "🗹",
  77. "hoverPreviewWithoutCTRL": false,
  78. "linkOpacity": 1,
  79. "openInAdjacentPane": true,
  80. "showSecondOrderLinks": true,
  81. "focusOnFileTab": true,
  82. "openInMainWorkspace": true,
  83. "showLinkBrackets": false,
  84. "syncElementLinkWithText": false,
  85. "allowCtrlClick": true,
  86. "forceWrap": false,
  87. "pageTransclusionCharLimit": 200,
  88. "wordWrappingDefault": 0,
  89. "removeTransclusionQuoteSigns": true,
  90. "oEmbedAllowed": false,
  91. "pngExportScale": 1,
  92. "exportWithTheme": true,
  93. "exportWithBackground": true,
  94. "exportPaddingSVG": 10,
  95. "exportEmbedScene": false,
  96. "keepInSync": false,
  97. "autoexportSVG": false,
  98. "autoexportPNG": false,
  99. "autoExportLightAndDark": false,
  100. "autoexportExcalidraw": false,
  101. "embedType": "excalidraw",
  102. "embedMarkdownCommentLinks": true,
  103. "embedWikiLink": true,
  104. "embedPlaceholderImage": true,
  105. "syncExcalidraw": false,
  106. "experimentalFileType": false,
  107. "experimentalFileTag": "✏️",
  108. "experimentalLivePreview": true,
  109. "fadeOutExcalidrawMarkup": false,
  110. "loadPropertySuggestions": false,
  111. "experimentalEnableFourthFont": false,
  112. "experimantalFourthFont": "Virgil",
  113. "addDummyTextElement": false,
  114. "zoteroCompatibility": false,
  115. "fieldSuggester": true,
  116. "enableOnloadScripts": false,
  117. "enableCommandLinks": false,
  118. "compatibilityMode": false,
  119. "drawingOpenCount": 0,
  120. "library": "deprecated",
  121. "library2": {
  122. "type": "excalidrawlib",
  123. "version": 2,
  124. "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag2.23.12",
  125. "libraryItems": []
  126. },
  127. "imageElementNotice": true,
  128. "mdSVGwidth": 500,
  129. "mdSVGmaxHeight": 800,
  130. "mdFont": "Cascadia",
  131. "mdFontColor": "Black",
  132. "mdBorderColor": "Black",
  133. "mdCSS": "",
  134. "scriptEngineSettings": {},
  135. "previousRelease": "2.25.3",
  136. "showReleaseNotes": true,
  137. "excalidrawMasteryPromoCollapsed": false,
  138. "compareManifestToPluginVersion": true,
  139. "showNewVersionNotification": true,
  140. "latexBoilerplate": "\\color{green}e=mc^2",
  141. "latexPreambleLocation": "preamble.sty",
  142. "taskboneEnabled": false,
  143. "taskboneAPIkey": "",
  144. "pinnedScripts": [],
  145. "sidepanelTabs": [],
  146. "customPens": [
  147. {
  148. "type": "default",
  149. "freedrawOnly": false,
  150. "strokeColor": "#000000",
  151. "backgroundColor": "transparent",
  152. "fillStyle": "hachure",
  153. "strokeWidth": 0,
  154. "roughness": 0,
  155. "penOptions": {
  156. "highlighter": false,
  157. "constantPressure": false,
  158. "hasOutline": false,
  159. "outlineWidth": 1,
  160. "options": {
  161. "thinning": 0.6,
  162. "smoothing": 0.5,
  163. "streamline": 0.5,
  164. "easing": "easeOutSine",
  165. "start": {
  166. "cap": true,
  167. "taper": 0,
  168. "easing": "linear"
  169. },
  170. "end": {
  171. "cap": true,
  172. "taper": 0,
  173. "easing": "linear"
  174. }
  175. }
  176. }
  177. },
  178. {
  179. "type": "highlighter",
  180. "freedrawOnly": true,
  181. "strokeColor": "#FFC47C",
  182. "backgroundColor": "#FFC47C",
  183. "fillStyle": "solid",
  184. "strokeWidth": 2,
  185. "roughness": null,
  186. "penOptions": {
  187. "highlighter": true,
  188. "constantPressure": true,
  189. "hasOutline": true,
  190. "outlineWidth": 4,
  191. "options": {
  192. "thinning": 1,
  193. "smoothing": 0.5,
  194. "streamline": 0.5,
  195. "easing": "linear",
  196. "start": {
  197. "taper": 0,
  198. "cap": true,
  199. "easing": "linear"
  200. },
  201. "end": {
  202. "taper": 0,
  203. "cap": true,
  204. "easing": "linear"
  205. }
  206. }
  207. }
  208. },
  209. {
  210. "type": "finetip",
  211. "freedrawOnly": false,
  212. "strokeColor": "#3E6F8D",
  213. "backgroundColor": "transparent",
  214. "fillStyle": "hachure",
  215. "strokeWidth": 0.5,
  216. "roughness": 0,
  217. "penOptions": {
  218. "highlighter": false,
  219. "hasOutline": false,
  220. "outlineWidth": 1,
  221. "constantPressure": true,
  222. "options": {
  223. "smoothing": 0.4,
  224. "thinning": -0.5,
  225. "streamline": 0.4,
  226. "easing": "linear",
  227. "start": {
  228. "taper": 5,
  229. "cap": false,
  230. "easing": "linear"
  231. },
  232. "end": {
  233. "taper": 5,
  234. "cap": false,
  235. "easing": "linear"
  236. }
  237. }
  238. }
  239. },
  240. {
  241. "type": "fountain",
  242. "freedrawOnly": false,
  243. "strokeColor": "#000000",
  244. "backgroundColor": "transparent",
  245. "fillStyle": "hachure",
  246. "strokeWidth": 2,
  247. "roughness": 0,
  248. "penOptions": {
  249. "highlighter": false,
  250. "constantPressure": false,
  251. "hasOutline": false,
  252. "outlineWidth": 1,
  253. "options": {
  254. "smoothing": 0.2,
  255. "thinning": 0.6,
  256. "streamline": 0.2,
  257. "easing": "easeInOutSine",
  258. "start": {
  259. "taper": 150,
  260. "cap": true,
  261. "easing": "linear"
  262. },
  263. "end": {
  264. "taper": 1,
  265. "cap": true,
  266. "easing": "linear"
  267. }
  268. }
  269. }
  270. },
  271. {
  272. "type": "marker",
  273. "freedrawOnly": true,
  274. "strokeColor": "#B83E3E",
  275. "backgroundColor": "#FF7C7C",
  276. "fillStyle": "dashed",
  277. "strokeWidth": 2,
  278. "roughness": 3,
  279. "penOptions": {
  280. "highlighter": false,
  281. "constantPressure": true,
  282. "hasOutline": true,
  283. "outlineWidth": 4,
  284. "options": {
  285. "thinning": 1,
  286. "smoothing": 0.5,
  287. "streamline": 0.5,
  288. "easing": "linear",
  289. "start": {
  290. "taper": 0,
  291. "cap": true,
  292. "easing": "linear"
  293. },
  294. "end": {
  295. "taper": 0,
  296. "cap": true,
  297. "easing": "linear"
  298. }
  299. }
  300. }
  301. },
  302. {
  303. "type": "thick-thin",
  304. "freedrawOnly": true,
  305. "strokeColor": "#CECDCC",
  306. "backgroundColor": "transparent",
  307. "fillStyle": "hachure",
  308. "strokeWidth": 0,
  309. "roughness": null,
  310. "penOptions": {
  311. "highlighter": true,
  312. "constantPressure": true,
  313. "hasOutline": false,
  314. "outlineWidth": 1,
  315. "options": {
  316. "thinning": 1,
  317. "smoothing": 0.5,
  318. "streamline": 0.5,
  319. "easing": "linear",
  320. "start": {
  321. "taper": 0,
  322. "cap": true,
  323. "easing": "linear"
  324. },
  325. "end": {
  326. "cap": true,
  327. "taper": true,
  328. "easing": "linear"
  329. }
  330. }
  331. }
  332. },
  333. {
  334. "type": "thin-thick-thin",
  335. "freedrawOnly": true,
  336. "strokeColor": "#CECDCC",
  337. "backgroundColor": "transparent",
  338. "fillStyle": "hachure",
  339. "strokeWidth": 0,
  340. "roughness": null,
  341. "penOptions": {
  342. "highlighter": true,
  343. "constantPressure": true,
  344. "hasOutline": false,
  345. "outlineWidth": 1,
  346. "options": {
  347. "thinning": 1,
  348. "smoothing": 0.5,
  349. "streamline": 0.5,
  350. "easing": "linear",
  351. "start": {
  352. "cap": true,
  353. "taper": true,
  354. "easing": "linear"
  355. },
  356. "end": {
  357. "cap": true,
  358. "taper": true,
  359. "easing": "linear"
  360. }
  361. }
  362. }
  363. },
  364. {
  365. "type": "default",
  366. "freedrawOnly": false,
  367. "strokeColor": "#000000",
  368. "backgroundColor": "transparent",
  369. "fillStyle": "hachure",
  370. "strokeWidth": 0,
  371. "roughness": 0,
  372. "penOptions": {
  373. "highlighter": false,
  374. "constantPressure": false,
  375. "hasOutline": false,
  376. "outlineWidth": 1,
  377. "options": {
  378. "thinning": 0.6,
  379. "smoothing": 0.5,
  380. "streamline": 0.5,
  381. "easing": "easeOutSine",
  382. "start": {
  383. "cap": true,
  384. "taper": 0,
  385. "easing": "linear"
  386. },
  387. "end": {
  388. "cap": true,
  389. "taper": 0,
  390. "easing": "linear"
  391. }
  392. }
  393. }
  394. },
  395. {
  396. "type": "default",
  397. "freedrawOnly": false,
  398. "strokeColor": "#000000",
  399. "backgroundColor": "transparent",
  400. "fillStyle": "hachure",
  401. "strokeWidth": 0,
  402. "roughness": 0,
  403. "penOptions": {
  404. "highlighter": false,
  405. "constantPressure": false,
  406. "hasOutline": false,
  407. "outlineWidth": 1,
  408. "options": {
  409. "thinning": 0.6,
  410. "smoothing": 0.5,
  411. "streamline": 0.5,
  412. "easing": "easeOutSine",
  413. "start": {
  414. "cap": true,
  415. "taper": 0,
  416. "easing": "linear"
  417. },
  418. "end": {
  419. "cap": true,
  420. "taper": 0,
  421. "easing": "linear"
  422. }
  423. }
  424. }
  425. },
  426. {
  427. "type": "default",
  428. "freedrawOnly": false,
  429. "strokeColor": "#000000",
  430. "backgroundColor": "transparent",
  431. "fillStyle": "hachure",
  432. "strokeWidth": 0,
  433. "roughness": 0,
  434. "penOptions": {
  435. "highlighter": false,
  436. "constantPressure": false,
  437. "hasOutline": false,
  438. "outlineWidth": 1,
  439. "options": {
  440. "thinning": 0.6,
  441. "smoothing": 0.5,
  442. "streamline": 0.5,
  443. "easing": "easeOutSine",
  444. "start": {
  445. "cap": true,
  446. "taper": 0,
  447. "easing": "linear"
  448. },
  449. "end": {
  450. "cap": true,
  451. "taper": 0,
  452. "easing": "linear"
  453. }
  454. }
  455. }
  456. }
  457. ],
  458. "numberOfCustomPens": 0,
  459. "pdfScale": 4,
  460. "pdfBorderBox": true,
  461. "pdfFrame": false,
  462. "pdfGapSize": 20,
  463. "pdfGroupPages": false,
  464. "pdfLockAfterImport": true,
  465. "pdfNumColumns": 1,
  466. "pdfNumRows": 1,
  467. "pdfDirection": "right",
  468. "pdfImportScale": 0.3,
  469. "gridSettings": {
  470. "DYNAMIC_COLOR": true,
  471. "COLOR": "#000000",
  472. "OPACITY": 50,
  473. "GRID_DIRECTION": {
  474. "horizontal": true,
  475. "vertical": true
  476. }
  477. },
  478. "laserSettings": {
  479. "DECAY_LENGTH": 50,
  480. "DECAY_TIME": 1000,
  481. "COLOR": "#ff0000"
  482. },
  483. "embeddableMarkdownDefaults": {
  484. "useObsidianDefaults": false,
  485. "backgroundMatchCanvas": false,
  486. "backgroundMatchElement": true,
  487. "backgroundColor": "#fff",
  488. "backgroundOpacity": 60,
  489. "borderMatchElement": true,
  490. "borderColor": "#fff",
  491. "borderOpacity": 0,
  492. "filenameVisible": false
  493. },
  494. "markdownNodeOneClickEditing": false,
  495. "canvasImmersiveEmbed": true,
  496. "startupScriptPath": "",
  497. "aiEnabled": true,
  498. "aiVerboseLogging": false,
  499. "aiProviderProfiles": {
  500. "OpenAI": {
  501. "provider": "openai",
  502. "apiKey": "",
  503. "baseURL": "https://api.openai.com/v1"
  504. },
  505. "Anthropic": {
  506. "provider": "anthropic",
  507. "apiKey": "",
  508. "baseURL": "https://api.anthropic.com/v1"
  509. },
  510. "Google Gemini": {
  511. "provider": "google",
  512. "apiKey": "",
  513. "baseURL": "https://generativelanguage.googleapis.com/v1beta"
  514. },
  515. "xAI": {
  516. "provider": "xai",
  517. "apiKey": "",
  518. "baseURL": "https://api.x.ai/v1"
  519. },
  520. "OpenAI-compatible": {
  521. "provider": "openai-compatible",
  522. "apiKey": "",
  523. "baseURL": "https://api.openai.com/v1"
  524. }
  525. },
  526. "aiTextModelConfigs": {
  527. "gpt-5-mini": {
  528. "providerId": "OpenAI",
  529. "model": "gpt-5-mini",
  530. "endpoint": "",
  531. "multimodalSupport": true
  532. },
  533. "claude-sonnet-4-5": {
  534. "providerId": "Anthropic",
  535. "model": "claude-sonnet-4-5",
  536. "endpoint": "",
  537. "multimodalSupport": true
  538. },
  539. "gemini-2.5-pro": {
  540. "providerId": "Google Gemini",
  541. "model": "gemini-2.5-pro",
  542. "endpoint": "",
  543. "multimodalSupport": true
  544. },
  545. "grok-4-fast": {
  546. "providerId": "xAI",
  547. "model": "grok-4-fast",
  548. "endpoint": "",
  549. "multimodalSupport": true
  550. }
  551. },
  552. "aiImageModelConfigs": {
  553. "dall-e-2": {
  554. "providerId": "OpenAI",
  555. "model": "dall-e-2",
  556. "supportedSizes": [
  557. "256x256",
  558. "512x512",
  559. "1024x1024"
  560. ],
  561. "supportsPromptImageTransforms": true,
  562. "supportsMaskImageEdits": true
  563. },
  564. "dall-e-3": {
  565. "providerId": "OpenAI",
  566. "model": "dall-e-3",
  567. "supportedSizes": [
  568. "1024x1024",
  569. "1792x1024",
  570. "1024x1792"
  571. ],
  572. "supportsPromptImageTransforms": false,
  573. "supportsMaskImageEdits": false
  574. },
  575. "gpt-image-1": {
  576. "providerId": "OpenAI",
  577. "model": "gpt-image-1",
  578. "supportedSizes": [
  579. "1024x1024",
  580. "1536x1024",
  581. "1024x1536"
  582. ],
  583. "supportsPromptImageTransforms": true,
  584. "supportsMaskImageEdits": true
  585. },
  586. "gpt-image-1-mini": {
  587. "providerId": "OpenAI",
  588. "model": "gpt-image-1-mini",
  589. "supportedSizes": [
  590. "1024x1024",
  591. "1536x1024",
  592. "1024x1536"
  593. ],
  594. "supportsPromptImageTransforms": true,
  595. "supportsMaskImageEdits": true
  596. },
  597. "gpt-image-1.5": {
  598. "providerId": "OpenAI",
  599. "model": "gpt-image-1.5",
  600. "supportedSizes": [
  601. "1024x1024",
  602. "1536x1024",
  603. "1024x1536"
  604. ],
  605. "supportsPromptImageTransforms": true,
  606. "supportsMaskImageEdits": true
  607. },
  608. "gpt-image-2": {
  609. "providerId": "OpenAI",
  610. "model": "gpt-image-2",
  611. "supportedSizes": [
  612. "1024x1024",
  613. "1536x1024",
  614. "1024x1536",
  615. "2048x2048"
  616. ],
  617. "supportsPromptImageTransforms": true,
  618. "supportsMaskImageEdits": true
  619. },
  620. "gemini-2.5-flash-image": {
  621. "providerId": "Google Gemini",
  622. "model": "gemini-2.5-flash-image",
  623. "supportedSizes": [
  624. "1024x1024",
  625. "848x1264",
  626. "1264x848",
  627. "896x1200",
  628. "1200x896",
  629. "928x1152",
  630. "1152x928",
  631. "768x1376",
  632. "1376x768",
  633. "1584x672"
  634. ],
  635. "supportsPromptImageTransforms": true,
  636. "supportsMaskImageEdits": false
  637. },
  638. "gemini-3.1-flash-image-preview": {
  639. "providerId": "Google Gemini",
  640. "model": "gemini-3.1-flash-image-preview",
  641. "supportedSizes": [
  642. "512x512",
  643. "1024x1024",
  644. "2048x2048",
  645. "4096x4096",
  646. "424x632",
  647. "848x1264",
  648. "1696x2528",
  649. "3392x5056",
  650. "632x424",
  651. "1264x848",
  652. "2528x1696",
  653. "5056x3392",
  654. "448x600",
  655. "896x1200",
  656. "1792x2400",
  657. "3584x4800",
  658. "600x448",
  659. "1200x896",
  660. "2400x1792",
  661. "4800x3584",
  662. "464x576",
  663. "928x1152",
  664. "1856x2304",
  665. "3712x4608",
  666. "576x464",
  667. "1152x928",
  668. "2304x1856",
  669. "4608x3712",
  670. "384x688",
  671. "768x1376",
  672. "1536x2752",
  673. "3072x5504",
  674. "688x384",
  675. "1376x768",
  676. "2752x1536",
  677. "5504x3072",
  678. "792x168",
  679. "1584x672",
  680. "3168x1344",
  681. "6336x2688",
  682. "256x1024",
  683. "512x2048",
  684. "1024x4096",
  685. "2048x8192",
  686. "192x1536",
  687. "384x3072",
  688. "768x6144",
  689. "1536x12288",
  690. "1024x256",
  691. "2048x512",
  692. "4096x1024",
  693. "8192x2048",
  694. "1536x192",
  695. "3072x384",
  696. "6144x768",
  697. "12288x1536"
  698. ],
  699. "supportsPromptImageTransforms": true,
  700. "supportsMaskImageEdits": false
  701. },
  702. "gemini-3-pro-image-preview": {
  703. "providerId": "Google Gemini",
  704. "model": "gemini-3-pro-image-preview",
  705. "supportedSizes": [
  706. "1024x1024",
  707. "2048x2048",
  708. "4096x4096",
  709. "848x1264",
  710. "1696x2528",
  711. "3392x5056",
  712. "1264x848",
  713. "2528x1696",
  714. "5056x3392",
  715. "896x1200",
  716. "1792x2400",
  717. "3584x4800",
  718. "1200x896",
  719. "2400x1792",
  720. "4800x3584",
  721. "928x1152",
  722. "1856x2304",
  723. "3712x4608",
  724. "1152x928",
  725. "2304x1856",
  726. "4608x3712",
  727. "768x1376",
  728. "1536x2752",
  729. "3072x5504",
  730. "1376x768",
  731. "2752x1536",
  732. "5504x3072",
  733. "1584x672",
  734. "3168x1344",
  735. "6336x2688"
  736. ],
  737. "supportsPromptImageTransforms": true,
  738. "supportsMaskImageEdits": false
  739. },
  740. "grok-imagine-image-quality": {
  741. "providerId": "xAI",
  742. "model": "grok-imagine-image-quality",
  743. "supportedSizes": [
  744. "1024x1024"
  745. ],
  746. "supportsPromptImageTransforms": true,
  747. "supportsMaskImageEdits": false
  748. },
  749. "grok-imagine-image-pro": {
  750. "providerId": "xAI",
  751. "model": "grok-imagine-image-pro",
  752. "supportedSizes": [
  753. "1024x1024"
  754. ],
  755. "supportsPromptImageTransforms": true,
  756. "supportsMaskImageEdits": false
  757. }
  758. },
  759. "aiDefaultTextModel": "gpt-5-mini",
  760. "aiDefaultImageGenerationModel": "gpt-image-1",
  761. "aiDefaultMaxOutgoingTokens": 0,
  762. "aiDefaultMaxResponseTokens": 0,
  763. "modifierKeyConfig": {
  764. "Mac": {
  765. "LocalFileDragAction": {
  766. "defaultAction": "image-import",
  767. "rules": [
  768. {
  769. "shift": false,
  770. "ctrl_cmd": false,
  771. "alt_opt": false,
  772. "meta_ctrl": false,
  773. "result": "image-import"
  774. },
  775. {
  776. "shift": true,
  777. "ctrl_cmd": false,
  778. "alt_opt": true,
  779. "meta_ctrl": false,
  780. "result": "link"
  781. },
  782. {
  783. "shift": true,
  784. "ctrl_cmd": false,
  785. "alt_opt": false,
  786. "meta_ctrl": false,
  787. "result": "image-url"
  788. },
  789. {
  790. "shift": false,
  791. "ctrl_cmd": false,
  792. "alt_opt": true,
  793. "meta_ctrl": false,
  794. "result": "embeddable"
  795. }
  796. ]
  797. },
  798. "WebBrowserDragAction": {
  799. "defaultAction": "image-url",
  800. "rules": [
  801. {
  802. "shift": false,
  803. "ctrl_cmd": false,
  804. "alt_opt": false,
  805. "meta_ctrl": false,
  806. "result": "image-url"
  807. },
  808. {
  809. "shift": true,
  810. "ctrl_cmd": false,
  811. "alt_opt": true,
  812. "meta_ctrl": false,
  813. "result": "link"
  814. },
  815. {
  816. "shift": false,
  817. "ctrl_cmd": false,
  818. "alt_opt": true,
  819. "meta_ctrl": false,
  820. "result": "embeddable"
  821. },
  822. {
  823. "shift": true,
  824. "ctrl_cmd": false,
  825. "alt_opt": false,
  826. "meta_ctrl": false,
  827. "result": "image-import"
  828. }
  829. ]
  830. },
  831. "InternalDragAction": {
  832. "defaultAction": "link",
  833. "rules": [
  834. {
  835. "shift": false,
  836. "ctrl_cmd": false,
  837. "alt_opt": false,
  838. "meta_ctrl": false,
  839. "result": "link"
  840. },
  841. {
  842. "shift": false,
  843. "ctrl_cmd": false,
  844. "alt_opt": false,
  845. "meta_ctrl": true,
  846. "result": "embeddable"
  847. },
  848. {
  849. "shift": true,
  850. "ctrl_cmd": false,
  851. "alt_opt": false,
  852. "meta_ctrl": false,
  853. "result": "image"
  854. },
  855. {
  856. "shift": true,
  857. "ctrl_cmd": false,
  858. "alt_opt": false,
  859. "meta_ctrl": true,
  860. "result": "image-fullsize"
  861. }
  862. ]
  863. },
  864. "LinkClickAction": {
  865. "defaultAction": "new-tab",
  866. "rules": [
  867. {
  868. "shift": true,
  869. "ctrl_cmd": true,
  870. "alt_opt": false,
  871. "meta_ctrl": false,
  872. "result": "active-pane"
  873. },
  874. {
  875. "shift": false,
  876. "ctrl_cmd": true,
  877. "alt_opt": false,
  878. "meta_ctrl": false,
  879. "result": "new-tab"
  880. },
  881. {
  882. "shift": false,
  883. "ctrl_cmd": true,
  884. "alt_opt": true,
  885. "meta_ctrl": false,
  886. "result": "new-pane"
  887. },
  888. {
  889. "shift": true,
  890. "ctrl_cmd": true,
  891. "alt_opt": true,
  892. "meta_ctrl": false,
  893. "result": "popout-window"
  894. },
  895. {
  896. "shift": false,
  897. "ctrl_cmd": true,
  898. "alt_opt": false,
  899. "meta_ctrl": true,
  900. "result": "md-properties"
  901. }
  902. ]
  903. }
  904. },
  905. "Win": {
  906. "LocalFileDragAction": {
  907. "defaultAction": "image-import",
  908. "rules": [
  909. {
  910. "shift": false,
  911. "ctrl_cmd": false,
  912. "alt_opt": false,
  913. "meta_ctrl": false,
  914. "result": "image-import"
  915. },
  916. {
  917. "shift": false,
  918. "ctrl_cmd": true,
  919. "alt_opt": false,
  920. "meta_ctrl": false,
  921. "result": "link"
  922. },
  923. {
  924. "shift": true,
  925. "ctrl_cmd": false,
  926. "alt_opt": false,
  927. "meta_ctrl": false,
  928. "result": "image-url"
  929. },
  930. {
  931. "shift": true,
  932. "ctrl_cmd": true,
  933. "alt_opt": false,
  934. "meta_ctrl": false,
  935. "result": "embeddable"
  936. }
  937. ]
  938. },
  939. "WebBrowserDragAction": {
  940. "defaultAction": "image-url",
  941. "rules": [
  942. {
  943. "shift": false,
  944. "ctrl_cmd": false,
  945. "alt_opt": false,
  946. "meta_ctrl": false,
  947. "result": "image-url"
  948. },
  949. {
  950. "shift": false,
  951. "ctrl_cmd": true,
  952. "alt_opt": false,
  953. "meta_ctrl": false,
  954. "result": "link"
  955. },
  956. {
  957. "shift": true,
  958. "ctrl_cmd": true,
  959. "alt_opt": false,
  960. "meta_ctrl": false,
  961. "result": "embeddable"
  962. },
  963. {
  964. "shift": true,
  965. "ctrl_cmd": false,
  966. "alt_opt": false,
  967. "meta_ctrl": false,
  968. "result": "image-import"
  969. }
  970. ]
  971. },
  972. "InternalDragAction": {
  973. "defaultAction": "link",
  974. "rules": [
  975. {
  976. "shift": false,
  977. "ctrl_cmd": false,
  978. "alt_opt": false,
  979. "meta_ctrl": false,
  980. "result": "link"
  981. },
  982. {
  983. "shift": true,
  984. "ctrl_cmd": true,
  985. "alt_opt": false,
  986. "meta_ctrl": false,
  987. "result": "embeddable"
  988. },
  989. {
  990. "shift": true,
  991. "ctrl_cmd": false,
  992. "alt_opt": false,
  993. "meta_ctrl": false,
  994. "result": "image"
  995. },
  996. {
  997. "shift": false,
  998. "ctrl_cmd": true,
  999. "alt_opt": true,
  1000. "meta_ctrl": false,
  1001. "result": "image-fullsize"
  1002. }
  1003. ]
  1004. },
  1005. "LinkClickAction": {
  1006. "defaultAction": "new-tab",
  1007. "rules": [
  1008. {
  1009. "shift": false,
  1010. "ctrl_cmd": false,
  1011. "alt_opt": false,
  1012. "meta_ctrl": false,
  1013. "result": "active-pane"
  1014. },
  1015. {
  1016. "shift": false,
  1017. "ctrl_cmd": true,
  1018. "alt_opt": false,
  1019. "meta_ctrl": false,
  1020. "result": "new-tab"
  1021. },
  1022. {
  1023. "shift": false,
  1024. "ctrl_cmd": true,
  1025. "alt_opt": true,
  1026. "meta_ctrl": false,
  1027. "result": "new-pane"
  1028. },
  1029. {
  1030. "shift": true,
  1031. "ctrl_cmd": true,
  1032. "alt_opt": true,
  1033. "meta_ctrl": false,
  1034. "result": "popout-window"
  1035. },
  1036. {
  1037. "shift": false,
  1038. "ctrl_cmd": true,
  1039. "alt_opt": false,
  1040. "meta_ctrl": true,
  1041. "result": "md-properties"
  1042. }
  1043. ]
  1044. }
  1045. }
  1046. },
  1047. "slidingPanesSupport": false,
  1048. "areaZoomLimit": 1,
  1049. "longPressDesktop": 500,
  1050. "longPressMobile": 500,
  1051. "doubleClickLinkOpenViewMode": true,
  1052. "rank": "Bronze",
  1053. "modifierKeyOverrides": [
  1054. {
  1055. "modifiers": [
  1056. "Mod"
  1057. ],
  1058. "key": "Enter"
  1059. },
  1060. {
  1061. "modifiers": [
  1062. "Mod"
  1063. ],
  1064. "key": "k"
  1065. },
  1066. {
  1067. "modifiers": [
  1068. "Mod"
  1069. ],
  1070. "key": "G"
  1071. }
  1072. ],
  1073. "showSplashscreen": true,
  1074. "pdfSettings": {
  1075. "pageSize": "A4",
  1076. "pageOrientation": "portrait",
  1077. "fitToPage": 1,
  1078. "paperColor": "white",
  1079. "customPaperColor": "#ffffff",
  1080. "alignment": "center",
  1081. "margin": "normal"
  1082. },
  1083. "disableContextMenu": false
  1084. }