FreshTraxx

FreshTraxx

Offer downloads of your music in return for SoundCloud followers, likes and comments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FreshTraxx",
  "manifest_version": 2,
  "version": "1.0",
  "description": "Offer downloads of your music in return for SoundCloud followers, likes and comments",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "favicon.png"
  },
  "icons": {
    "16": "favicon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "homepage_url": "http://freshtraxx.com",
  "permissions": [
    "tabs"
  ]
}