Studybuddy+

Studybuddy+

Maximizing the benefits of technology to optimize your progress in online education.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Studybuddy+",
  "description": "Maximizing the benefits of technology to optimize your progress in online education.",
  "version": "3.0",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "styles/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.studybuddy.gg/*",
      "http://localhost:3000/*",
      "https://stage.d1y0i8lb7zac9d.amplifyapp.com/*",
      "https://studybuddy.gg/*"
    ]
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "cookies"
  ],
  "host_permissions": [
    "https://app.studybuddy.gg/*",
    "http://localhost:3000/*",
    "https://stage.d1y0i8lb7zac9d.amplifyapp.com/*",
    "https://studybuddy.gg/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh7JnQiVpFE/NTXFm13583WoX58hNXjp6AU/Jygk0N1E3aluTVS6VEHW05/7thlJlEZ/YcG+ka9sYUQaI3SoPXEkppZtQGPX48jyVTKTdd4vRCfoX59rg/C39In/t8MaJA1xsI9la4/luh7Co8AlgLqcpIBkh381BBOoobMBhAaPInF88wwtFK+uKdINS4xqrJGDRVxwE7VAj1/0UqFa2UlMGFJ7JnXVccifa+WnjcDT8eqL3pNpv6ELLvpChTUp40a7d5N06uDG0YNKIHFPh2PTbaNuylHkf61AOIZWhLVsPCWDg526Z44ff36Rgk2WnSyxSrtnYyqmPUTHingVl0QIDAQAB"
}