Fixed the issue with multiple layers of folders and giving correct node.url to the new window object.

This commit is contained in:
Jonathan Kempf 2014-07-25 20:28:14 -04:00
parent 085913a03b
commit 3d6125a681
5 changed files with 39 additions and 40 deletions

4
manifest.json Normal file → Executable file
View file

@ -1,10 +1,10 @@
{
"name": "Takeoff",
"version": "1.0",
"version": "2.0",
"description": "Takeoff grabs a random entry from your Bookmarks collection and loads it when you start the browser or open a new tab.",
"chrome_url_overrides": {
"newtab": "takeoff.html"
},
"manifest-version": 2,
"manifest_version": 2,
"permissions": ["tabs", "bookmarks"]
}