Skip to content

Commit

Permalink
Adjusted indentation of json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-fujinone committed Mar 22, 2024
1 parent 7de7eb3 commit bec939b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
6 changes: 3 additions & 3 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"semi": true,
"singleQuote": false,
"tabWidth": 2
"semi": true,
"singleQuote": false,
"tabWidth": 2
}
6 changes: 3 additions & 3 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"desc": {
"message": "Auto hide next up card for Amazon Prime Video."
}
"desc": {
"message": "Auto hide next up card for Amazon Prime Video."
}
}
6 changes: 3 additions & 3 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"desc": {
"message": "Amazon Prime VideoのNext upを非表示にします。"
}
"desc": {
"message": "Amazon Prime VideoのNext upを非表示にします。"
}
}
82 changes: 41 additions & 41 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"manifest_version": 3,
"name": "Auto hide next up card for Amazon Prime Video",
"version": "2.1.1",
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"content_scripts": [
{
"matches": [
"https://*.amazon.co.jp/*",
"https://*.amazon.com/*",
"https://*.amazon.ae/*",
"https://*.amazon.co.uk/*",
"https://*.amazon.it/*",
"https://*.amazon.in/*",
"https://*.amazon.eg/*",
"https://*.amazon.com.au/*",
"https://*.amazon.nl/*",
"https://*.amazon.ca/*",
"https://*.amazon.sa/*",
"https://*.amazon.sg/*",
"https://*.amazon.se/*",
"https://*.amazon.es/*",
"https://*.amazon.de/*",
"https://*.amazon.com.tr/*",
"https://*.amazon.com.br/*",
"https://*.amazon.fr/*",
"https://*.amazon.com.be/*",
"https://*.amazon.pl/*",
"https://*.amazon.com.mx/*",
"https://*.amazon.cn/*",
"https://*.primevideo.com/*"
],
"js": ["main.js"]
}
]
"manifest_version": 3,
"name": "Auto hide next up card for Amazon Prime Video",
"version": "2.1.1",
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"content_scripts": [
{
"matches": [
"https://*.amazon.co.jp/*",
"https://*.amazon.com/*",
"https://*.amazon.ae/*",
"https://*.amazon.co.uk/*",
"https://*.amazon.it/*",
"https://*.amazon.in/*",
"https://*.amazon.eg/*",
"https://*.amazon.com.au/*",
"https://*.amazon.nl/*",
"https://*.amazon.ca/*",
"https://*.amazon.sa/*",
"https://*.amazon.sg/*",
"https://*.amazon.se/*",
"https://*.amazon.es/*",
"https://*.amazon.de/*",
"https://*.amazon.com.tr/*",
"https://*.amazon.com.br/*",
"https://*.amazon.fr/*",
"https://*.amazon.com.be/*",
"https://*.amazon.pl/*",
"https://*.amazon.com.mx/*",
"https://*.amazon.cn/*",
"https://*.primevideo.com/*"
],
"js": ["main.js"]
}
]
}

0 comments on commit bec939b

Please sign in to comment.