Your Next Challenge

Your Next Challenge

#1 - Your Next Challenge - show information about the challenges you are participating in

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "lib/moment-with-locales.min.js",
      "lib/moment-timezone.js",
      "scripts/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/icon-128.png",
    "default_title": "#1 - Your Next Challenge",
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "#1 - Your Next Challenge - show information about the challenges you are participating in",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Your Next Challenge",
  "permissions": [
    "background",
    "alarms",
    "https://*.challengeconvert.com/"
  ],
  "version": "2.2",
  "version_name": "v2.2"
}