diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 0000000..f2c9e97 --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,43 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Upload entire repository + path: '.' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/README.md b/README.md index bb0f205..26f56d1 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ -# Tab-R +

+ icon-tabr + + Tab-R -[![Version](https://img.shields.io/badge/version-1.4-blue.svg)](https://github.com/adam4056/Tab-R/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) +[![Version](https://img.shields.io/badge/version-1.4-blue.svg)](https://github.com/adam4056/Tab-R/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) ![Last Commit](https://img.shields.io/github/last-commit/adam4056/Tab-R) + +

-## Features + +## Features - 🌄 **Beautiful Nature Wallpapers** Enjoy stunning and refreshing nature-themed backgrounds on every new tab you open. @@ -17,6 +23,10 @@ Tab-R is a browser extension that transforms your new tab experience. It replaces the boring default tab with beautiful nature wallpapers, making your browsing more enjoyable. The extension also provides access to multiple search engines, allowing you to quickly find what you need. Plus, it features a convenient date display, so you always know what day it is. With Tab-R, you can personalize your browsing experience while staying organized and inspired. +## Demo + +You can try Tab-R [here](https://adam4056.github.io/Tab-R/). + ## Compatibility The extension is compatible with all Chromium-based browsers (such as Chrome, Brave, and Edge) as well as all Firefox-based browsers (including Firefox, Waterfox, and Zen). diff --git a/chromium-install.md b/chromium-install.md index 9afa0c3..47a565e 100755 --- a/chromium-install.md +++ b/chromium-install.md @@ -1,7 +1,7 @@ # How to install in chromium browsers 1. **Download the ZIP file** - - Download the extension ZIP from this [link](https://github.com/adam4056/Tab-R/releases/tag/Chrome) and save it. + - Download the extension ZIP from this [link](https://github.com/adam4056/Tab-R/releases/) and save it. 2. **Extract the ZIP** - Unzip the file to a folder on your computer. diff --git a/image.json b/image.json index 1dca52a..7deb4e2 100755 --- a/image.json +++ b/image.json @@ -5,5 +5,6 @@ { "image": "images/10-d.webp", "author": "Daniel Seßler", "link": "https://unsplash.com/photos/an-aerial-view-of-a-mountain-and-a-body-of-water-aHQtYTNih_Q" }, { "image": "images/7-d.webp", "author": "Bob Brewer", "link": "https://unsplash.com/photos/a-very-large-iceberg-in-the-middle-of-the-ocean-24z7800UrX8" }, { "image": "images/9-d.webp", "author": "Zhanjiang Chen", "link": "https://unsplash.com/photos/antelope-of-canyon-s8AnRSP8Xxc" }, - { "image": "images/11-d.webp", "author": "Lukas Seitz", "link": "https://unsplash.com/photos/a-view-of-a-mountain-range-at-sunset-F96pFlOpgfQ" } + { "image": "images/11-d.webp", "author": "Lukas Seitz", "link": "https://unsplash.com/photos/a-view-of-a-mountain-range-at-sunset-F96pFlOpgfQ" }, + { "image": "images/test.png", "author": "test"} ] \ No newline at end of file diff --git a/images/test.png b/images/test.png new file mode 100644 index 0000000..39cdf5a Binary files /dev/null and b/images/test.png differ