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": "Homepage.dev - New Tab",
"short_name": "Homepage.dev",
"version": "0.3.4",
"description": "Transform new tabs into your homepage.dev dashboard - instant access to your personalized developer homepage.",
"permissions": [
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/homepage.dev\/*",
"https:\/\/*.homepage.dev\/*"
],
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"action": {
"default_icon": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"default_title": "Add to Homepage.dev"
},
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
}