9 lines
277 B
JSON
9 lines
277 B
JSON
{
|
|
"name": "Takeoff",
|
|
"version": "1.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"
|
|
},
|
|
"permissions": ["tabs", "bookmarks"]
|
|
}
|