Einstein

Einstein

Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Einstein",
  "description": "Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...",
  "version": "0.1",
  "author": "Manuel Fernandes <[email protected]>",
  "homepage_url": "https://github.com/tinoni/einstein",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "48.png"
  }
}