PrizeRebel - Online Paid Surveys and Free Rewards

PrizeRebel - Online Paid Surveys and Free Rewards

Keep up to date on new surveys and your points from PrizeRebel.com! Earn the easy way by taking paid surveys, completing offers and watching videos. Use your points to claim rewards such as Paypal and Amazon Gift Cards with many other rewards!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "PrizeRebel",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "53.0"
    }
  },
  "description": "Keep up to date on new surveys and your points anywhere across the web!",
  "version": "1.2.1resigned1",
  "browser_action": {
    "default_icon": {
      "19": "assets/images/prizeRebelIcon_19.png",
      "38": "assets/images/prizeRebelIcon_38.png"
    },
    "default_title": "Prize Rebel",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/images/prizeRebelIcon_16.png",
    "32": "assets/images/prizeRebelIcon_32.png",
    "48": "assets/images/prizeRebelIcon_48.png",
    "128": "assets/images/prizeRebelIcon_128.png"
  },
  "background": {
    "scripts": [
      "assets/js/jquery-3.1.1.min.js",
      "assets/js/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "notifications",
    "*://*/"
  ],
  "web_accessible_resources": [
    "assets/fonts/*.*"
  ]
}