From 90fd94eab1b7d537cd32d582cf521c14f4fe2630 Mon Sep 17 00:00:00 2001 From: Gabriel Farrell Date: Wed, 20 May 2015 13:55:10 -0400 Subject: [PATCH] Add file handler extensions for crt, key, pem, pub Handy to be able to open public and private keys on the chromebook for copying, pasting, and concatenating. --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5e3addc..d1ae9d8 100644 --- a/manifest.json +++ b/manifest.json @@ -55,6 +55,7 @@ "coffee", "conf", "cpp", + "crt", "cs", "csh", "css", @@ -89,6 +90,7 @@ "js", "json", "jsx", + "key", "ksh", "less", "lisp", @@ -110,6 +112,7 @@ "micro", "obc", "patch", + "pem", "php", "pkb", "pkg", @@ -118,6 +121,7 @@ "pls", "pm", "ps", + "pub", "py", "r", "rake", @@ -159,4 +163,4 @@ ] } } -} \ No newline at end of file +}