Risk

Risk

A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Risk",
  "version": "0.5",
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/*"
      ],
      "js": [
        "src/JS/app.js",
        "src/JS/boolFunctions.js",
        "src/JS/verify.js"
      ],
      "css": [
        "src/CSS/style.css"
      ]
    }
  ],
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "src/icons/round-risk.png"
  },
  "author": "Pedro Queiroz & Lucca Nunes",
  "default_locale": "en"
}