Added Locales to the webextention
Build LinkLog Development Image / development-image (push) Successful in 9s

This commit is contained in:
2026-08-26 12:14:30 +02:00
parent f0ae526a96
commit 3fdf146498
12 changed files with 229 additions and 51 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
{
"manifest_version": 3,
"name": "LinkLog",
"name": "__MSG_extensionName__",
"version": "0.1.0",
"description": "Capture and submit page links to LinkLog.",
"description": "__MSG_extensionDescription__",
"default_locale": "en-US",
"permissions": [
"activeTab",
"storage",
@@ -12,7 +13,7 @@
"<all_urls>"
],
"action": {
"default_title": "LinkLog",
"default_title": "__MSG_extensionName__",
"default_popup": "popup.html",
"default_icon": {
"16": "icon-16.png",