mirror of https://github.com/laurent22/joplin.git
Tools: Fixed config of demo plugins
parent
41edf5b2da
commit
b66d90bbcc
|
@ -6,8 +6,5 @@
|
|||
"version": "1.0.0",
|
||||
"author": "CalebJohn",
|
||||
"app_min_version": "1.4",
|
||||
"homepage_url": "joplinapp.org",
|
||||
"content_scripts": [
|
||||
"joplinMatchHighlighter"
|
||||
]
|
||||
"homepage_url": "joplinapp.org"
|
||||
}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
{
|
||||
"extraScripts": []
|
||||
"extraScripts": [
|
||||
"markdownItTestPlugin.ts"
|
||||
]
|
||||
}
|
|
@ -6,8 +6,5 @@
|
|||
"description": "",
|
||||
"version": "1.0.0",
|
||||
"author": "",
|
||||
"homepage_url": "",
|
||||
"content_scripts": [
|
||||
"markdownItTestPlugin"
|
||||
]
|
||||
"homepage_url": ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue