Radwomen in STEM with every new tab

Radwomen in STEM with every new tab

This extension pulls in info from wikipedia about a new woman-to-know in STEM with every new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Radwomen in STEM with every new tab",
  "description": "This extension pulls in info from wikipedia about a new woman-to-know in STEM with every new tab",
  "version": "1.6",
  "permissions": [
    "https://*.wikipedia.org/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}