-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Goose on grassland | ||
|
||
This is a simple theme for google chrome. You can grab it | ||
[here](https://chrome.google.com/webstore/detail/goose-on-grassland/bgkebiblmhpplhdcheodnappdccappeb?hl=en&gl=EN). | ||
|
||
## preview | ||
|
||
![alt text](images/preview-1280x800.png) | ||
|
||
## license | ||
|
||
It's licensed under MIT. | ||
|
||
## Feedback | ||
|
||
I appreciate any feedback. You may leave a note in google chrome app store or create a new | ||
[issue](https://github.com/AMartinNo1/chrome-theme-goose-on-grassland/issues). Before creating | ||
a new issue I kindly ask you to check posted issues yet to avoid duplicates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"appName": { | ||
"message": "Goose on grassland", | ||
"description": "A simple theme with goose on grassland." | ||
}, | ||
"appDesc": { | ||
"message": "A simple theme with goose on grassland.", | ||
"description":"This is a simple nature google chrome theme showing goose." | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"version": "1.0.1", | ||
"name": "__MSG_appName__", | ||
"description": "__MSG_appDesc__", | ||
"default_locale": "en", | ||
"manifest_version": 2, | ||
"theme": { | ||
"images": { | ||
"theme_ntp_background": "images/background.jpg" | ||
}, | ||
"colors": { | ||
"frame": [ | ||
71, | ||
105, | ||
91 | ||
], | ||
"toolbar": [ | ||
207, | ||
221, | ||
192 | ||
], | ||
"ntp_text": [ | ||
20, | ||
40, | ||
0 | ||
], | ||
"ntp_link": [ | ||
36, | ||
70, | ||
0 | ||
], | ||
"ntp_section": [ | ||
207, | ||
221, | ||
192 | ||
], | ||
"button_background": [ | ||
255, | ||
255, | ||
255 | ||
] | ||
}, | ||
"tints": { | ||
"buttons": [ | ||
0.33, | ||
0.5, | ||
0.47 | ||
] | ||
}, | ||
"properties": {} | ||
} | ||
} |