26 lines
687 B
JSON
26 lines
687 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "吉八小 · 憑證同步",
|
|
"version": "1.1.0",
|
|
"description": "把工時系統登入憑證同步到吉八小,集滿八小時",
|
|
"permissions": ["storage", "activeTab", "scripting"],
|
|
"host_permissions": [
|
|
"https://tw-timesheet.supermicro.com/*",
|
|
"http://localhost:8765/*",
|
|
"http://127.0.0.1:8765/*"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "吉八小 · 憑證同步"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://tw-timesheet.supermicro.com/*"],
|
|
"js": ["content.js"],
|
|
"run_at": "document_idle"
|
|
}
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
}
|
|
} |