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": "A New Homepage",
"short_name": "a_new_home",
"version": "1.1",
"author": "Daniel Pr\u0119tki",
"description": "This extension replaces your browser's new page and home page which presents your links as a clean, simple list",
"icons": {
"96": "src\/icons\/logo-96.png"
},
"chrome_url_overrides": {
"newtab": "src\/index.html"
},
"action": {
"default_popup": "src\/tool-bar-popup.html",
"default_title": "Quickly add current page to bookmarks",
"default_icon": {
"48": "src\/icons\/logo-48.png"
}
},
"permissions": [
"activeTab"
]
}