Lucky Lottery - Win money by using Amazon

Lucky Lottery - Win money by using Amazon

Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lucky Lottery - Win money by using Amazon",
  "version": "0.0.1",
  "description": "Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon19-on.png",
    "default_title": "Toggle Lucky Lottery"
  }
}