Skip to content

Commit

Permalink
Allow topscrolling anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
sv3k committed Dec 8, 2015
1 parent cfa5b1f commit 4f5012c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ["<all_urls>"],
"exclude_matches": [
"*://vk.com/*",
"*://habrahabr.ru/*",
Expand Down

0 comments on commit 4f5012c

Please sign in to comment.