Inspect and view changes in EBSCO Explora (Secondary Schools) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "EBSCO Explora (Secondary Schools)",
"short_name": "EBSCO",
"description": "Colorful, user-friendly search interface for grades 6-12",
"version": "0.0.0.2",
"manifest_version": 2,
"icons": {
"128": "explora_app-icon.png"
},
"app": {
"urls": [
"*://*.ebscohost.com/src_ic/"
],
"launch": {
"web_url": "https://search.ebscohost.com/webauth/login.aspx?authtype=cookie,ip,uid&direct=true&site=src_ic-live"
}
}
}