Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3ward committed Feb 10, 2021
0 parents commit daa96ed
Show file tree
Hide file tree
Showing 18 changed files with 2,958 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
438 changes: 438 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<p align="center">
<img src="src/512x512.png" alt="b2ntp"
title="b2ntp" width="160" height="160" />
</p>

A simple and powerful New Tab Page with goal of speed and customization.
Bring your favorites in the homepage with a customizable Kanban style


## Features
- Powerful search bar that look for your bookmarks or directly search on the web with shortcuts !
- Customizable colors, background and layout
- Simple sidebar Weather Widget with OpenWeatherMap API

## Contributing

If you have a suggestion or want to report a bug feel free to share it by opening an issue

## Libraries included

- [Croppie](http://foliotek.github.io/Croppie/) | [MIT License](https://github.com/Foliotek/Croppie/blob/master/LICENSE) A Javascript Image Cropper
- [Vanilla-Picker v2.10.1](https://vanilla-picker.js.org) | [ISC License](https://github.com/Sphinxxxx/vanilla-picker/blob/master/LICENSE.md) A simple, easy to use vanilla JS color picker with alpha selection.

## License

Copyright 2020 d3ward
Licensed under [NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)


311 changes: 311 additions & 0 deletions blank.html

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifest_version": 2,
"name": "b2ntp",
"description": "Simple and powerful New Tab Page with your bookmarks",
"version": "1.0.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "blank.html"
},
"browser_action": {
"default_icon": {
"16": "./src/16x16.png",
"48": "./src/48x48.png",
"128": "./src/128x128.png",
"512": "./src/512x512.png"
}
},
"permissions": [
"bookmarks"
]
}
748 changes: 748 additions & 0 deletions script.js

Large diffs are not rendered by default.

Binary file added src/1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/b2ntp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/b2ntp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/b2ntp_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions src/b2ntp_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions src/b2ntp_logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit daa96ed

Please sign in to comment.