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": "Bitly | Short links and QR Codes",
"description": "Create short, powerful links and QR Codes and share them with the world.",
"version": "4.3.2",
"manifest_version": 3,
"action": {
"default_title": "Bitly",
"default_popup": "index.html",
"default_icon": "bitly-logo-md.png"
},
"icons": {
"16": "bitly-logo-sm.png",
"128": "bitly-logo-lg.png"
},
"permissions": [
"activeTab",
"clipboardWrite",
"identity",
"storage",
"contextMenus"
],
"host_permissions": [
"https:\/\/api-ssl.bitly.com\/"
],
"minimum_chrome_version": "88.0.0.0",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpjrqTBAPULiPXZOQK+COqppxLEFd+qKpd9+AOBkGLujrt8cPhsrScjI\/8KCTM5UiYHLo1dGr56p0uzjclY6Mqlwas0l1v3kLq4NUrgKnLQyhOxaEae3RPUn1zhAx93opOn0z9nB+oJcYZWQl6z\/Cq2lgG6XsyX\/kMHstsRgUicQIDAQAB",
"background": {
"service_worker": ".\/static\/js\/background.js",
"type": "module"
}
}