mirror of
https://github.com/DevJSTAR/JSTAR-Tab.git
synced 2025-04-18 17:35:26 +00:00
13 lines
342 B
JSON
13 lines
342 B
JSON
{
|
|
"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"
|
|
}
|
|
} |