WinBig.app

WinBig.app

WinBig APP - the best online reward giveaway extension. Weekly $125 and monthly $500 giveaways. Good Luck!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WinBig.app",
  "description": "WinBig APP - the best online reward giveaway extension. Weekly $125 and monthly $500 giveaways. Good Luck!",
  "version": "0.1.4",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "webRequest",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "images/*.png",
    "fonts/*"
  ],
  "icons": {
    "128": "images/icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "static/js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "192": "images/icon128.png"
    },
    "default_title": "Get your Weekly/Monthly Giveaway.",
    "default_popup": "popup.html"
  }
}