Ramanujan - Math Bot

Ramanujan - Math Bot

A Bot that'll help solve your Math problems. Even Calculus and Trigonometry.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ramanujan - Math Bot",
  "short_name": "Ramanujan",
  "version": "1.0.0",
  "browser_action": {},
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "description": "A Bot that'll help solve your Math problems. Even Calculus and Trigonometry.",
  "icons": {
    "16": "ramanujan16.png",
    "48": "ramanujan48.png",
    "128": "ramanujan128.png"
  },
  "permissions": [
    "tabs",
    "background"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}