From: Michael Kaply Date: Thu, 4 Oct 2018 20:34:55 +0000 (-0500) Subject: Missing comma X-Git-Tag: v1.3~10 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/1c5bc13d574cc854a6b555af7e58313ea02d7803?ds=inline;hp=-c Missing comma --- 1c5bc13d574cc854a6b555af7e58313ea02d7803 diff --git a/README.md b/README.md index f54ef53..9e21e85 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ For Uninstall and Locked, you specify extension IDs. { "policies": { "Extensions": { - "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"] + "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"], "Uninstall": ["addon_id@mozilla.org"], "Locked": ["addon_id@mozilla.org"] }