Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmarks",
"manifest_version": 3,
"version": "0.0.2",
"description": "Searchable bookmarks for small screens.",
"author": "Solomon Kinard",
"action": {
"default_popup": "default_popup.html"
},
"icons": {
"128": "icons\/128.png"
},
"permissions": [
"favicon",
"bookmarks",
"sidePanel"
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"side_panel": {
"default_path": "default_popup.html"
}
}