Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MyBib: Free Citation Generator",
"short_name": "MyBib",
"author": "MyBib.com",
"version": "1.2.4",
"manifest_version": 3,
"minimum_chrome_version": "116",
"description": "Automatically create APA style, MLA format, and Harvard referencing style citations with our citation generator add-on for Chrome.",
"action": {
"default_icon": "static\/images\/logo-128.png",
"default_title": "MyBib: Free Citation Generator",
"default_popup": "index.html"
},
"icons": {
"19": "static\/images\/logo-19.png",
"32": "static\/images\/logo-32.png",
"48": "static\/images\/logo-48.png",
"128": "static\/images\/logo-128.png"
},
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"permissions": [
"clipboardWrite",
"storage",
"tabs",
"scripting",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/www.mybib.com\/*"
]
},
"homepage_url": "https:\/\/www.mybib.com",
"web_accessible_resources": [
{
"resources": [
"popup.htm",
"static\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}