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": "Speed Dial 3",
"version": "1.36",
"description": "New Tab Page Replacement with neat Speed Dial or Notes, sync and organize bookmarks",
"permissions": [
"storage",
"tabs",
"bookmarks"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"action": {
"default_title": "Save to New Tab",
"default_popup": "popup.html",
"default_icon": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
},
"background": {
"service_worker": "background.js"
}
}