303b707fbf
fix: update chrome.i18n for Manifest v3
13 lines
234 B
JSON
13 lines
234 B
JSON
{
|
|
"name": "__MSG_extName__",
|
|
"default_locale": "en",
|
|
"version": "1.0",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"js": ["main.js"],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"manifest_version": 2
|
|
}
|