Study Buddy

Study Buddy

All in one app for all your studying needs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Study Buddy",
  "author": "Golden Goose Global",
  "version": "1.0.2",
  "description": "All in one app for all your studying needs!",
  "icons": {
    "16": "SBLOGO.png",
    "32": "SBLOGO.png",
    "48": "SBLOGO.png",
    "128": "SBLOGO.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Study Buddy",
    "default_icon": "SBLOGO.png"
  },
  "background": {
    "scripts": [
      "newbackground.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "https://*/",
    "notifications"
  ]
}