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",
"manifest_version": 3,
"name": "Bookmark Manager",
"short_name": "Bookmark",
"description": "Bookmark Manager",
"version": "11.5.2",
"icons": {
"128": "icons\/icon.png"
},
"action": {
"default_icon": "icons\/icon.png",
"default_popup": "popup.html",
"default_title": "Bookmark"
},
"permissions": [
"tabs",
"history",
"bookmarks",
"<all_urls>",
"storage",
"favicon"
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
]
}