Rewardzer

Rewardzer

Rewardzer.com is an online rewards community. You earn points for doing things you already do online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rewardzer",
  "short_name": "Rewardzer",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Rewardzer.com is an online rewards community. You earn points for doing things you already do online.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon32.png",
    "default_title": "Get your rewards now!",
    "default_popup": "index.html"
  }
}