Fixed the issue with multiple layers of folders and giving correct node.url to the new window object.
This commit is contained in:
parent
085913a03b
commit
3d6125a681
5 changed files with 39 additions and 40 deletions
4
manifest.json
Normal file → Executable file
4
manifest.json
Normal file → Executable 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"]
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue