Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nostadt committed Jun 18, 2017
1 parent f02791f commit f53392c
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
18 changes: 18 additions & 0 deletions README.md
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.
10 changes: 10 additions & 0 deletions _locales/en/messages.json
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."
}
}
Binary file added images/app-symbol.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 images/background.jpg
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 images/preview-1280x800.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 images/preview-2-1280x800.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 images/tile-440x80.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 images/tile-920x680.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions manifest.json
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": {}
}
}

0 comments on commit f53392c

Please sign in to comment.