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",
"manifest_version": 3,
"name": "Bookmark Manager - DashTab",
"version": "1.3.1",
"description": "Manage your bookmarks easily!",
"permissions": [
"windows"
],
"action": {
"default_popup": "popup1.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "popup.html"
},
"content_security_policy": {
"extension_pages": "default-src 'self' data:; img-src 'self' https: data:; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' http:\/\/*.favicon.ico https:\/\/*.favicon.ico"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"<all_urls>"
]
}
]
}