Skip to content

Commit

Permalink
Update manifest; version
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Aug 7, 2024
1 parent 6f4399a commit 10e14fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web-monetization-extension",
"description": "Web Monetization is a browser API that allows the creation of a payment stream from the user agent to the website.",
"private": true,
"version": "0.2.3",
"version": "0.1.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 2 additions & 4 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"appName": {
"message": "Web Monetization",
"description": "Web Monetization is a browser API that allows the creation of a payment stream from the user agent to the website."
"message": "Web Monetization"
},
"appDescription": {
"message": "Web Monetization Extension",
"description": "Web Monetization is a browser API that allows the creation of a payment stream from the user agent to the website."
"message": "Support content you love. Pay as you browse!"
},
"icon_state_monetizationActive": {
"message": "Active"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/chrome-manifest",
"name": "__MSG_appName__",
"version": "1.0.1",
"version": "0.1.0",
"manifest_version": 3,
"description": "__MSG_appDescription__",
"icons": {
Expand Down

0 comments on commit 10e14fa

Please sign in to comment.