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.

18 lines
404 B
JSON

{
"manifest_version": 3,
"name": "内容转二维码",
"version": "1.0",
"description": "将长文本内容分割并生成一个或多个二维码的页面。",
"action": {
"default_title": "内容转二维码"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
}