This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
takeoff/manifest.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"]
}