summaryrefslogtreecommitdiff
path: root/data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2019-05-10 19:05:20 -0400
committerRuben Rodriguez <ruben@gnu.org>2019-05-10 19:05:20 -0400
commit7859a9131fcda359265dc16ef55933e5ed218119 (patch)
treeecb4bf7a0fd005a637d3ff0444ce9afaa8817ba9 /data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json
parentcb4bbb16a12d495eca1ac05ebacc7557e9b05c05 (diff)
Updated extensions bundle
Diffstat (limited to 'data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json')
-rw-r--r--data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json b/data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json
deleted file mode 100644
index 0f5141f..0000000
--- a/data/extensions/LibrejsDrive@0xbeef.coffee/manifest.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "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"
- ]
- }
- ]
-}