Rejoink-TAB/manifest.json

35 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2024-11-11 16:46:25 +00:00
{
"manifest_version": 3,
"name": "JSTAR Tab",
2024-11-12 13:45:24 +00:00
"version": "2.6.0",
2024-11-11 16:46:25 +00:00
"description": "JSTAR Tab is a sleek, customizable new tab extension with personalized greetings, shortcuts, anonymous mode, search engine settings, themes, data management, and more, for an enhanced browsing experience.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"favicon"
],
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"action": {
"default_title": "New JSTAR Tab",
"default_icon": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
},
"author": "JSTAR",
"homepage_url": "https://github.com/DevJSTAR/JSTAR-Tab",
"web_accessible_resources": [{
"resources": [
"fonts/*",
"images/*"
],
"matches": ["<all_urls>"]
}]
}