2018-05-16 14:16:14 +01:00
|
|
|
{
|
2024-03-14 11:38:20 -07:00
|
|
|
"manifest_version": 3,
|
2018-06-14 18:11:22 +00:00
|
|
|
"name": "Joplin Web Clipper [DEV]",
|
2024-08-15 10:51:18 +01:00
|
|
|
"version": "3.1.1",
|
2018-06-14 18:11:22 +00:00
|
|
|
"description": "Capture and save web pages and screenshots from your browser to Joplin.",
|
2019-04-18 14:59:17 +01:00
|
|
|
"homepage_url": "https://joplinapp.org",
|
2024-03-14 11:38:20 -07:00
|
|
|
"content_security_policy": {
|
|
|
|
"extension_pages": "script-src 'self'; object-src 'self'"
|
|
|
|
},
|
2018-06-14 18:11:22 +00:00
|
|
|
"icons": {
|
2019-02-15 07:03:01 +08:00
|
|
|
"32": "icons/32.png",
|
2018-06-14 18:11:22 +00:00
|
|
|
"48": "icons/48.png",
|
|
|
|
"96": "icons/96.png"
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"activeTab",
|
|
|
|
"tabs",
|
2024-03-14 11:38:20 -07:00
|
|
|
"scripting",
|
|
|
|
"storage"
|
|
|
|
],
|
|
|
|
"host_permissions": [
|
2018-06-14 18:11:22 +00:00
|
|
|
"http://*/",
|
2018-05-24 18:32:30 +01:00
|
|
|
"https://*/",
|
2024-03-14 11:38:20 -07:00
|
|
|
"<all_urls>"
|
2018-06-14 18:11:22 +00:00
|
|
|
],
|
2024-03-14 11:38:20 -07:00
|
|
|
"action": {
|
2018-06-14 18:11:22 +00:00
|
|
|
"default_icon": "icons/32.png",
|
|
|
|
"default_title": "Joplin Web Clipper",
|
|
|
|
"default_popup": "popup/build/index.html"
|
|
|
|
},
|
2020-02-11 02:49:07 -08:00
|
|
|
"commands": {
|
2024-03-14 11:38:20 -07:00
|
|
|
"_execute_action": {
|
2020-02-11 02:49:07 -08:00
|
|
|
"suggested_key": {
|
|
|
|
"default": "Alt+Shift+J"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"clipCompletePage": {
|
|
|
|
"suggested_key": {
|
|
|
|
"default": "Alt+Shift+C"
|
|
|
|
},
|
|
|
|
"description": "Clip complete page (uses last selected notebook)"
|
|
|
|
},
|
|
|
|
"clipCompletePageHtml": {
|
|
|
|
"description": "Clip complete page (HTML) (uses last selected notebook)"
|
|
|
|
},
|
|
|
|
"clipSimplifiedPage": {
|
|
|
|
"description": "Clip simplified page (uses last selected notebook)"
|
|
|
|
},
|
|
|
|
"clipUrl": {
|
|
|
|
"description": "Clip url (uses last selected notebook)"
|
|
|
|
},
|
|
|
|
"clipSelection": {
|
|
|
|
"description": "Clip selection (uses last selected notebook)"
|
|
|
|
}
|
|
|
|
},
|
2018-06-14 18:11:22 +00:00
|
|
|
"background": {
|
2024-08-09 11:47:43 +01:00
|
|
|
"scripts": [
|
|
|
|
"service_worker.mjs"
|
|
|
|
],
|
2024-03-14 11:38:20 -07:00
|
|
|
"service_worker": "service_worker.mjs",
|
|
|
|
"type": "module"
|
2018-06-14 18:11:22 +00:00
|
|
|
},
|
2024-03-14 11:38:20 -07:00
|
|
|
"browser_specific_settings": {
|
2018-06-14 18:11:22 +00:00
|
|
|
"gecko": {
|
|
|
|
"id": "{8419486a-54e9-11e8-9401-ac9e17909436}"
|
|
|
|
}
|
|
|
|
}
|
2020-02-15 15:22:38 +00:00
|
|
|
}
|