From 4f5012c16d2d25ce7a2566ffbdd9b5ff9e7814fb Mon Sep 17 00:00:00 2001 From: Anton Gorbunov Date: Tue, 8 Dec 2015 09:26:30 +0500 Subject: [PATCH] Allow topscrolling anywhere --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3c11fd4..67bd576 100644 --- a/manifest.json +++ b/manifest.json @@ -9,10 +9,10 @@ "offline_enabled": true, "author": "Anton Gorbunov", "homepage_url": "https://github.com/Dexterity/topscroll", - "permissions": ["http://*/*", "https://*/*", "ftp://*/*", "file://*/*"], + "permissions": ["http://*/*", "https://*/*", "ftp://*/*"], "content_scripts": [ { - "matches": ["http://*/*", "https://*/*", "ftp://*/*", "file://*/*"], + "matches": [""], "exclude_matches": [ "*://vk.com/*", "*://habrahabr.ru/*",