版本迭代
This commit is contained in:
33
src/manifest.development.json
Normal file
33
src/manifest.development.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "TEMU助手",
|
||||
"description": "TEMU助手 - 自动化提高生产效率",
|
||||
"version": "0.0.1",
|
||||
"background": {
|
||||
"service_worker": "/background.js"
|
||||
},
|
||||
"icons": {
|
||||
"16": "icons/16.png",
|
||||
"48": "icons/48.png",
|
||||
"128": "icons/128.png"
|
||||
},
|
||||
"action": {
|
||||
},
|
||||
"host_permissions": [
|
||||
"*://*.pinduoduo.com/"
|
||||
],
|
||||
"permissions": [
|
||||
"cookies",
|
||||
"notifications"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"js": [
|
||||
"/content.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user