You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"manifest_version": 3,
|
|
"name": "内容转二维码",
|
|
"version": "1.0",
|
|
"description": "将长文本内容分割并生成一个或多个二维码的页面。",
|
|
"action": {
|
|
"default_title": "内容转二维码"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
}
|
|
}
|