You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			68 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "manifest_version": 3,
 | |
|     "name": "Joplin Web Clipper [DEV]",
 | |
|     "version": "3.2.0",
 | |
|     "description": "Capture and save web pages and screenshots from your browser to Joplin.",
 | |
|     "homepage_url": "https://joplinapp.org",
 | |
|     "content_security_policy": {
 | |
|         "extension_pages": "script-src 'self'; object-src 'self'"
 | |
|     },
 | |
|     "icons": {
 | |
|         "32": "icons/32.png",
 | |
|         "48": "icons/48.png",
 | |
|         "96": "icons/96.png"
 | |
|     },
 | |
|     "permissions": [
 | |
|         "activeTab",
 | |
|         "tabs",
 | |
|         "scripting",
 | |
|         "storage"
 | |
|     ],
 | |
|     "host_permissions": [
 | |
|         "http://*/",
 | |
|         "https://*/",
 | |
|         "<all_urls>"
 | |
|     ],
 | |
|     "action": {
 | |
|         "default_icon": "icons/32.png",
 | |
|         "default_title": "Joplin Web Clipper",
 | |
|         "default_popup": "popup/build/index.html"
 | |
|     },
 | |
|     "commands": {
 | |
|         "_execute_action": {
 | |
|             "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)"
 | |
|         }
 | |
|     },
 | |
|     "background": {
 | |
|         "scripts": [
 | |
|             "service_worker.mjs"
 | |
|         ],
 | |
|         "service_worker": "service_worker.mjs",
 | |
|         "type": "module"
 | |
|     },
 | |
|     "browser_specific_settings": {
 | |
|         "gecko": {
 | |
|             "id": "{8419486a-54e9-11e8-9401-ac9e17909436}"
 | |
|         }
 | |
|     }
 | |
| } |