PrizeRebel - Online Paid Surveys for Money

PrizeRebel - Online Paid Surveys for Money

Keep up to date on new surveys and your points from PrizeRebel.com!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PrizeRebel - Online Paid Surveys for Money",
  "short_name": "PrizeRebel - Online Paid Surveys for Money",
  "description": "Keep up to date on new surveys and your points from PrizeRebel.com!",
  "version": "1.1.7",
  "browser_action": {
    "default_icon": {
      "19": "assets/images/prizeRebelIcon_19.png",
      "38": "assets/images/prizeRebelIcon_38.png"
    },
    "default_title": "PrizeRebel - Online Paid Surveys for Money",
    "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",
    "chrome_style": true
  },
  "externally_connectable": {
    "matches": [
      "*://*.prizerebel.com/*"
    ]
  },
  "incognito": "not_allowed",
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "notifications",
    "*://*/"
  ],
  "web_accessible_resources": [
    "assets/fonts/*.*"
  ]
}