summaryrefslogtreecommitdiff
path: root/data/extensions/google_drive@0xbeef.coffee/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions/google_drive@0xbeef.coffee/manifest.json')
-rw-r--r--data/extensions/google_drive@0xbeef.coffee/manifest.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/data/extensions/google_drive@0xbeef.coffee/manifest.json b/data/extensions/google_drive@0xbeef.coffee/manifest.json
deleted file mode 100644
index 0f5141f..0000000
--- a/data/extensions/google_drive@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"
- ]
- }
- ]
-}