Winzos! Web Contests

Winzos! Web Contests

Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Winzos! Web Contests",
  "description": "Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!",
  "version": "1.3.2",
  "manifest_version": 3,
  "icons": {
    "48": "/img/winzos_48.png",
    "128": "/img/winzos_128.png"
  },
  "action": {
    "default_icon": {
      "48": "/img/winzos_48.png",
      "128": "/img/winzos_128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "js/launcher.js",
        "e.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.jpg",
        "*.gif",
        "*.eot",
        "*.eot#iefix",
        "*.ttf",
        "*.woff",
        "*.svg",
        "*.js",
        "*.css",
        "*.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "88.0"
    }
  }
}