You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			391 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			391 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"manifest_version": 1,
 | |
| 	"id": "<%= pluginId %>",
 | |
| 	"app_min_version": "3.2",
 | |
| 	"version": "1.0.0",
 | |
| 	"name": "<%= pluginName %>",
 | |
| 	"description": "<%= pluginDescription %>",
 | |
| 	"author": "<%= pluginAuthor %>",
 | |
| 	"homepage_url": "<%= pluginHomepageUrl %>",
 | |
| 	"repository_url": "<%= pluginRepositoryUrl %>",
 | |
| 	"keywords": [],
 | |
| 	"categories": [],
 | |
| 	"screenshots": [],
 | |
| 	"icons": {},
 | |
| 	"promo_tile": {}
 | |
| } |