Merge branch 'master' of github.com:deepjyoti30/startpage
This commit is contained in:
11
README.md
11
README.md
@@ -33,13 +33,16 @@ Available on the Mozilla Add On Store.
|
|||||||
|
|
||||||
Get it [here](https://addons.mozilla.org/en-US/firefox/addon/minimal-startpage/).
|
Get it [here](https://addons.mozilla.org/en-US/firefox/addon/minimal-startpage/).
|
||||||
|
|
||||||
## Signing the extension for Personal Use
|
### Installing & Signing the extension manually (for personal use) for access to css/js files.
|
||||||
|
|
||||||
Yes, you can sign the extension with your own unique signature and use it personally.
|
If you would like access to css/js to change them you must build and sign the extension yourself.
|
||||||
|
|
||||||
[Here's](https://github.com/deepjyoti30/startpage/wiki/How-to-sign-the-extension-for-Personal-Use-on-Firefox) how to do it.
|
- Get the latest release (zip) or clone this repo and extract it.
|
||||||
|
- Change the config to your liking
|
||||||
|
- Follow [these](https://github.com/deepjyoti30/startpage/wiki/How-to-sign-the-extension-for-Personal-Use-on-Firefox) instructions on building and signing for personal use.
|
||||||
|
|
||||||
>NOTE: Above is only necessary for Firefox users since Chrome let's you use without signing.
|
>NOTE: Building/Signing is only necessary for Firefox users since Chrome lets you use without signing.
|
||||||
|
>NOTE: You must re-build and sign every time you need to update your config. Steps for updating are outlined in the instructions.
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
|
|||||||
@@ -57,8 +57,7 @@ body {
|
|||||||
.main #other-content .sqr {
|
.main #other-content .sqr {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 5px;
|
margin: 5px;
|
||||||
margin-right: 5px;
|
|
||||||
width: 170px;
|
width: 170px;
|
||||||
background: #2e2e2e;
|
background: #2e2e2e;
|
||||||
padding: 15px 15px;
|
padding: 15px 15px;
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ searchEngines = {
|
|||||||
"Google": "https://www.google.com/search?q=",
|
"Google": "https://www.google.com/search?q=",
|
||||||
"DuckDuckGo": "https://duckduckgo.com/?q=",
|
"DuckDuckGo": "https://duckduckgo.com/?q=",
|
||||||
"Bing": "https://www.bing.com/search?q=",
|
"Bing": "https://www.bing.com/search?q=",
|
||||||
"Yahoo": "https://search.yahoo.com/search?p="
|
"Yahoo": "https://search.yahoo.com/search?p=",
|
||||||
|
"Ecosia": "https://www.ecosia.org/search?q="
|
||||||
}
|
}
|
||||||
validWeatherUnit = [
|
validWeatherUnit = [
|
||||||
"fah", "cel"
|
"fah", "cel"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "minimal-startpage",
|
"name": "minimal-startpage",
|
||||||
"short_name": "minimal-startpage",
|
"short_name": "minimal-startpage",
|
||||||
"version": "0.1",
|
"version": "0.1.1",
|
||||||
"description": "Overrides the browsers newtab page with a custom startpage.",
|
"description": "Overrides the browsers newtab page with a custom startpage.",
|
||||||
"author": "deepjyoti30",
|
"author": "deepjyoti30",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user