Neymar Challenge

Neymar Challenge

Make any webpage do the Neymar Challenge

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Neymar Challenge",
  "description": "Make any webpage do the Neymar Challenge",
  "version": "1.0.1",
  "author": "Guilherme Garnier <[email protected]>",
  "homepage_url": "https://github.com/ggarnier/neymar-challenge",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Neymar Challenge",
    "default_icon": {
      "16": "icon16.png",
      "24": "icon24.png",
      "32": "icon32.png",
      "64": "icon64.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}