Tools: Fixed config of demo plugins

pull/4306/head
Laurent Cozic 2021-01-08 16:44:11 +00:00
parent 41edf5b2da
commit b66d90bbcc
4 changed files with 6 additions and 10 deletions

View File

@ -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"
}

View File

@ -1,3 +1,5 @@
{
"extraScripts": []
"extraScripts": [
"markdownItTestPlugin.ts"
]
}

View File

@ -6,8 +6,5 @@
"description": "",
"version": "1.0.0",
"author": "",
"homepage_url": "",
"content_scripts": [
"markdownItTestPlugin"
]
"homepage_url": ""
}