diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2017-09-01 16:42:12 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2017-09-01 16:42:12 -0400 |
commit | 43d2827eeedaf72acbe8eb4c0853eaae272c49f7 (patch) | |
tree | 2bbc6ddf438d900230fe760209dab8b29a09b8dd /data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json | |
parent | 25e19003125673213cbfa15a3adb04b7c6371c4d (diff) |
Added extension collection https://addons.mozilla.org/en-US/firefox/collections/NateN1222/librejs-compatibility-add-ons/
Diffstat (limited to 'data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json')
-rw-r--r-- | data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json b/data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json new file mode 100644 index 0000000..0f5141f --- /dev/null +++ b/data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json @@ -0,0 +1,29 @@ +{ + "manifest_version": 2, + "name": "LibreJS Google Drive", + "version": "1.0", + "author": "Nathan Nichols", + "id": "LibrejsDrive@0xbeef.coffee", + "description": "Makes Google Drive usable with LibreJS.", + "icons": { + "16": "icons/L4Libre.png", + "48": "icons/L4Libre48.png", + "128": "icons/L4Libre128.png" + }, + "applications": { + "gecko": { + "id": "google_drive@0xbeef.coffee", + "strict_min_version": "42.0" + } + }, + "content_scripts": [ + { + "matches": [ + "*://docs.google.com/document/*" + ], + "js": [ + "google_drive.js" + ] + } + ] +} |