Fixed takeoff to work with latest Chrome and any level of folders #1

Closed
KempfCreative wants to merge 5 commits from master into master
Showing only changes of commit 8de59061c6 - Show all commits

View file

@ -5,5 +5,6 @@
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "takeoff.html" "newtab": "takeoff.html"
}, },
"manifest-version": 2,
"permissions": ["tabs", "bookmarks"] "permissions": ["tabs", "bookmarks"]
} }