aboutsummaryrefslogtreecommitdiff
path: root/dev/data/manifest-variants.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-11-23 22:23:14 -0500
committerGitHub <noreply@github.com>2021-11-23 22:23:14 -0500
commitf2102ade4cfe97be4182bb22d1ae4f609d2364a7 (patch)
tree6df6e9ceb41723af1fc9e032a60129be6ba0827c /dev/data/manifest-variants.json
parentd454b52a18127f782fafdf71534ea2c41f20ef44 (diff)
Add AccessibilityController class, which dynamically registers (#2024)
and unregisters the google-docs.js content script
Diffstat (limited to 'dev/data/manifest-variants.json')
-rw-r--r--dev/data/manifest-variants.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json
index 957fa159..bdb4bd9a 100644
--- a/dev/data/manifest-variants.json
+++ b/dev/data/manifest-variants.json
@@ -63,18 +63,6 @@
"js/script/dynamic-loader.js",
"js/app/content-script-main.js"
]
- },
- {
- "run_at": "document_start",
- "matches": [
- "http://docs.google.com/*",
- "https://docs.google.com/*"
- ],
- "match_about_blank": true,
- "all_frames": true,
- "js": [
- "js/accessibility/google-docs.js"
- ]
}
],
"minimum_chrome_version": "57.0.0.0",