Skip to content

Commit

Permalink
Update how to earn - reblogs
Browse files Browse the repository at this point in the history
  • Loading branch information
stoodkev committed Oct 12, 2018
1 parent ee9ed9f commit 29854e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "SteemPlus",
"description": "Lightweight toolbox for Steemit",
"version": "3.3.0.1",
"version": "3.3.1",
"content_security_policy": "script-src 'self' 'unsafe-eval' https://widget.blocktrades.us/ ; object-src 'self'; child-src 'unsafe-eval' 'self' https://widget.blocktrades.us/",
"browser_action": {
"default_icon": "src/img/logo.png",
Expand Down
3 changes: 2 additions & 1 deletion src/js/steemplus_points.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ var wayList = [
{id: "5", title: "Create a new Utopian post using SteemPlus",description: "Post to Utopian by typing utopian-io followed by a space in the tag bar, then following the instructions in the Utopian popup (Login to SteemConnect required).", description_post: "@steem-plus/steemplus-220-utopian--steemplus-partnership--bigger-upvotes", "url": "src/img/howtoearnspp/utopian.png", formula: "The amount @steemplus-pay will receive as a benefactor * 100 (example : if @steemplus-pay receives 5 SBD worth of SP, you will receive 500 SPP)"},
{id: "6", title: "Buy Steem Monsters packs using SteemPlus",description: "Earn SteemPlus Points (SPP) for each SteemMonsters pack you buy from SteemPlus. <br> If you don\'t have an account on SteemMonsters yet, follow <a href='https://steemmonsters.com/?ref=steemplus-pay' target='_blank'>this link</a> to do so, you will automatically get SPP for all your future purchases.", description_post: "@steem-plus/steemplus-31--buy-your-steem-monsters-packs-from-steemplus-and-earn-steemplus-points-spp", "url": "src/img/howtoearnspp/steemmonsters.png", formula: "You will get 10 times more SPP than the SPP you spend (spend 20 SBD buying cards, earn 200 SPP)"},
{id: "7", title: "Buy SteemPlus Points",description: "Send STEEM or SBD to @steemplus-pay.", description_post: "@steem-plus/steemplus-32--buy-spp", "url": "src/img/howtoearnspp/buySpp.png", formula: "Send 1 SBD get 100 SPP."},
{id: "8", title: "Delegate Steem Power to @steem-plus",description: "Delegate Steem Power to @steem-plus and get weekly SPP payouts (first payout one week after the first delegation)", description_post: "@steem-plus/", "url": "src/img/howtoearnspp/delegation.png", formula: "Get 1 SPP per week per SBD worth of Steem Power (SPP per week = AmountSP * STEEMPrice/SBDPrice )"}
{id: "8", title: "Delegate Steem Power to @steem-plus",description: "Delegate Steem Power to @steem-plus and get weekly SPP payouts (first payout one week after the first delegation)", description_post: "@steem-plus/steemplus-33--delegate-to-steem-plus-to-earn-spp", "url": "src/img/howtoearnspp/delegation.png", formula: "Get 1 SPP per week per SBD worth of Steem Power (SPP per week = AmountSP * STEEMPrice/SBDPrice )"},
{id: "9", title: "Reblog @steem-plus posts",description: "Reblog @steem-plus recent posts (less than 7 days old) to receive SPP.", description_post: "@steem-plus/", "url": "src/img/howtoearnspp/resteem.jpg", formula: "Get 20 SPP per new post resteemed."}
]

// Listener on messages coming from main
Expand Down

0 comments on commit 29854e7

Please sign in to comment.