Have overlooked this little hyphen :/
This commit is contained in:
		
							parent
							
								
									4fc4018859
								
							
						
					
					
						commit
						a91b79aa18
					
				| 
						 | 
					@ -248,7 +248,7 @@
 | 
				
			||||||
        "message": "Eine Spende (Schenkung) für den ClearURLs Urheber.",
 | 
					        "message": "Eine Spende (Schenkung) für den ClearURLs Urheber.",
 | 
				
			||||||
        "description": ""
 | 
					        "description": ""
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "clipboard_copy-link": {
 | 
					    "clipboard_copy_link": {
 | 
				
			||||||
        "message": "Link-Adresse kopieren",
 | 
					        "message": "Link-Adresse kopieren",
 | 
				
			||||||
        "description": ""
 | 
					        "description": ""
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -248,7 +248,7 @@
 | 
				
			||||||
        "message": "A donation for the ClearURLs creator.",
 | 
					        "message": "A donation for the ClearURLs creator.",
 | 
				
			||||||
        "description": ""
 | 
					        "description": ""
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "clipboard_copy-link": {
 | 
					    "clipboard_copy_link": {
 | 
				
			||||||
        "message": "Copy Link Location",
 | 
					        "message": "Copy Link Location",
 | 
				
			||||||
        "description": ""
 | 
					        "description": ""
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -23,7 +23,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
browser.contextMenus.create({
 | 
					browser.contextMenus.create({
 | 
				
			||||||
    id: "copy-link-to-clipboard",
 | 
					    id: "copy-link-to-clipboard",
 | 
				
			||||||
    title: translate("clipboard_copy-link"),
 | 
					    title: translate("clipboard_copy_link"),
 | 
				
			||||||
    contexts: ["link"],
 | 
					    contexts: ["link"],
 | 
				
			||||||
    icons: {
 | 
					    icons: {
 | 
				
			||||||
        "16": "img/clearurls_16x16.png",
 | 
					        "16": "img/clearurls_16x16.png",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "manifest_version": 2,
 | 
					    "manifest_version": 2,
 | 
				
			||||||
    "name": "ClearURLs",
 | 
					    "name": "ClearURLs",
 | 
				
			||||||
    "version": "1.5.6",
 | 
					    "version": "1.5.7",
 | 
				
			||||||
    "author": "Kevin R.",
 | 
					    "author": "Kevin R.",
 | 
				
			||||||
    "description": "Remove tracking elements form URLs.",
 | 
					    "description": "Remove tracking elements form URLs.",
 | 
				
			||||||
    "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
 | 
					    "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user