WomanVation

WomanVation

Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WomanVation",
  "description": "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.",
  "version": "1.3",
  "manifest_version": 2,
  "author": "Victoria Miller, Saumya Ray, Srihita Bongu",
  "chrome_url_overrides": {
    "newtab": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "websitePopup.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js",
    "http://pastebin.com/raw/j13uM49D"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com 'unsafe-eval'; object-src 'self'"
}