mirror of
https://github.com/handsomezhuzhu/AeroStart.git
synced 2026-02-20 20:10:15 +00:00
增加插件,自定义座右铭
This commit is contained in:
15
public/manifest.extension.json
Normal file
15
public/manifest.extension.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "AeroStart",
|
||||
"version": "1.0.0",
|
||||
"description": "极简、高效、美观的新标签页",
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
},
|
||||
"permissions": ["storage"],
|
||||
"icons": {
|
||||
"16": "favicon.ico",
|
||||
"48": "favicon.ico",
|
||||
"128": "favicon.ico"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user