1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Tools: Fix clipper release script

This commit is contained in:
Laurent Cozic 2020-03-02 18:28:28 +00:00
parent e27d059376
commit 91a3adf2a2

View File

@ -23,16 +23,6 @@
"default_title": "Joplin Web Clipper",
"default_popup": "popup/build/index.html"
},
"content_scripts": [
{
"matches": [
"*://*/"
],
"js": [
"main.js"
]
}
],
"commands": {
"_execute_browser_action": {
"suggested_key": {