10 lines
301 B
JSON
Executable file
10 lines
301 B
JSON
Executable file
{
|
|
"name": "Takeoff",
|
|
"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,
|
|
"permissions": ["tabs", "bookmarks"]
|
|
}
|