Inspect and view changes in Bibcitation Bibliography & Citation Generator 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": "Bibcitation Bibliography & Citation Generator",
"description": "Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more.",
"version": "0.0.0.15",
"version_name": "",
"manifest_version": 3,
"action": {
"default_popup": "chrome.html",
"default_icon": {
"16": "/icons/logo_16.png",
"32": "/icons/logo_32.png",
"48": "/icons/logo_48.png",
"128": "/icons/logo_128.png"
}
},
"icons": {
"16": "/icons/logo_16.png",
"32": "/icons/logo_32.png",
"48": "/icons/logo_48.png",
"128": "/icons/logo_128.png"
},
"permissions": [
"tabs",
"storage",
"webNavigation",
"scripting",
"activeTab"
],
"background": {
"service_worker": "background.js"
}
}