Skip to content

Commit

Permalink
Add support for Rewards Github publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
emerick committed Oct 7, 2020
1 parent 4b1e635 commit 716e73f
Show file tree
Hide file tree
Showing 8 changed files with 845 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Greaselion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"urls": [
"https://github.com/*",
"https://www.github.com/*",
"https://gist.github.com/*"
],
"scripts": [
"scripts/brave_rewards/publisher/github/github.bundle.js"
],
"preconditions": {
"github-tips-enabled": true
},
"messages": "scripts/brave_rewards/publisher/github/_locales"
},
{
"urls": [
"https://twitter.com/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"githubTipsHoverText": {
"message": "Send a tip",
"description": "Hover text for tip button"
},
"githubTipsIconLabel": {
"message": "Tip",
"description": "Icon label for tip button"
}
}
Loading

0 comments on commit 716e73f

Please sign in to comment.