commit init

This commit is contained in:
v1ll4n
2024-03-20 17:39:40 +08:00
parent 8df40867ec
commit 74dc812f8f
14 changed files with 106 additions and 81 deletions
+36 -21
View File
@@ -1,25 +1,40 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
"manifest_version": 3,
"name": "Yakit Chrome Endpoint",
"version": "1.0",
"description": "A Endpoint for Yakit MITM or more",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "/images/icon16.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"tabs",
"proxy",
"storage",
"webRequest"
],
"content_scripts": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
"icons": {
"16": "/images/icon16.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
}
}