diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 73bc918..4301a07 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "GNU LibreJS", "short_name": "LibreJS", - "version": "7.21.1", + "version": "7.21.2", "author": "various", "description": "Only allows free and/or trivial Javascript to run.", "applications": { @@ -15,6 +15,7 @@ "64": "icons/librejs.png" }, "permissions": [ + "nativeMessaging", "contextMenus", "webRequest", "webRequestBlocking", |