-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated list of available languages,
Added support for language variations
- Loading branch information
Showing
22 changed files
with
1,098 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"manifest_version":2,"name":"__MSG_extension_name__","short_name":"__MSG_extension_name__","description":"__MSG_extension_desc__","default_locale":"en","version":"1.12.0","version_name":"1.12.0","minimum_chrome_version":"61","homepage_url":"https://extensions.blockbyte.de/","background":{"scripts":["js/lib/jsu.js","js/background.js"],"persistent":false},"content_scripts":[{"css":["css/contentBase.css"],"js":["js/lib/jsu.js","js/extension.js"],"matches":["<all_urls>"],"run_at":"document_end"}],"browser_action":{"default_icon":"img/icon/128x128.webp"},"content_security_policy":"script-src 'self' https://www.google-analytics.com; object-src 'self'","web_accessible_resources":["css/sidebar.css","css/overlay.css","css/content.css","img/*"],"incognito":"split","options_page":"html/settings.html","icons":{"256":"img/icon/256x256.webp","128":"img/icon/128x128.webp","48":"img/icon/48x48.webp"},"permissions":["<all_urls>","bookmarks","storage","notifications","unlimitedStorage","fontSettings","chrome://favicon/"],"optional_permissions":["tabs","topSites","downloads"]} | ||
{"manifest_version":2,"name":"__MSG_extension_name__","short_name":"__MSG_extension_name__","description":"__MSG_extension_desc__","default_locale":"en","version":"1.12.1","version_name":"1.12.1","minimum_chrome_version":"61","homepage_url":"https://extensions.blockbyte.de/","background":{"scripts":["js/lib/jsu.js","js/background.js"],"persistent":false},"content_scripts":[{"css":["css/contentBase.css"],"js":["js/lib/jsu.js","js/extension.js"],"matches":["<all_urls>"],"run_at":"document_end"}],"browser_action":{"default_icon":"img/icon/128x128.webp"},"content_security_policy":"script-src 'self' https://www.google-analytics.com; object-src 'self'","web_accessible_resources":["css/sidebar.css","css/overlay.css","css/content.css","img/*"],"incognito":"split","options_page":"html/settings.html","icons":{"256":"img/icon/256x256.webp","128":"img/icon/128x128.webp","48":"img/icon/48x48.webp"},"permissions":["<all_urls>","bookmarks","storage","notifications","unlimitedStorage","fontSettings","chrome://favicon/"],"optional_permissions":["tabs","topSites","downloads"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
130 changes: 65 additions & 65 deletions
130
src/_locales/pt/messages.json → src/_locales/pt_BR/messages.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.