Brain Fitness Test

Brain Fitness Test

Keep your brain fit! Put your memory to the test!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Brain Fitness Test",
  "description": "Keep your brain fit! Put your memory to the test!",
  "version": "1",
  "author": "jaanhio",
  "browser_action": {
    "default_title": "Have a good day"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "./static/brain.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://code.jquery.com/jquery-3.2.1.slim.min.js https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js https://use.fontawesome.com/releases/v5.0.8/js/all.js object-src 'self'"
}