Skip to content

Commit

Permalink
Firefox version is complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambdaphile committed May 9, 2019
1 parent e56bbde commit a3d2ae3
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eksi.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions eksi.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions eksi.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#partial-index
a:visited
color: #8c4bc1
Binary file added icons/EksiPlus_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 icons/EksiPlus_96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "eksiplus",
"version": "1.0.0",

"description": "Colors visited entry links on eksisozluk.com for better user experience while browsing topic lists",

"icons": {
"48": "icons/EksiPlus_48x48.png",
"96": "icons/EksiPlus_96x96.png"
},

"content_scripts": [
{
"matches": ["https://eksisozluk.com/*"],
"css": ["eksi.css"]
}
]

}

0 comments on commit a3d2ae3

Please sign in to comment.