diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 422d296e..33d1ed1d 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -62,18 +62,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", |