Rejoink-TAB/manifest.json

13 lines
342 B
JSON
Raw Permalink Normal View History

2024-11-10 17:13:53 +00:00
{
"manifest_version": 3,
"name": "JSTAR Tab",
"version": "1.0",
"description": "A sleek modern custom new tab with search, shortcuts, and settings.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": ["storage"],
"action": {
"default_title": "New JSTAR Tab"
}
}