diff --git a/dist/chrome-mv3/manifest.json b/dist/chrome-mv3/manifest.json index 54b7c9f..fe58f02 100644 --- a/dist/chrome-mv3/manifest.json +++ b/dist/chrome-mv3/manifest.json @@ -1 +1 @@ -{"manifest_version":3,"name":"AWS management console colorize","description":"Chrome and Firefox extensions to change and add colors in the AWS management console.","version":"0.3.5","icons":{"16":"icon/16.png","32":"icon/32.png","48":"icon/48.png","96":"icon/96.png","128":"icon/128.png"},"permissions":["storage","tabs"],"action":{"default_title":"AWS management console colorize","default_popup":"popup.html"},"options_ui":{"open_in_tab":true,"page":"options.html"},"content_scripts":[{"matches":["*://*.console.aws.amazon.com/*","*://*.signin.aws.amazon.com/*"],"js":["content-scripts/content.js"]}]} \ No newline at end of file +{"manifest_version":3,"name":"AWS management console colorize","description":"Chrome and Firefox extensions to change and add colors in the AWS management console.","version":"0.3.7","icons":{"16":"icon/16.png","32":"icon/32.png","48":"icon/48.png","96":"icon/96.png","128":"icon/128.png"},"permissions":["storage","tabs"],"action":{"default_title":"AWS management console colorize","default_popup":"popup.html"},"options_ui":{"open_in_tab":true,"page":"options.html"},"content_scripts":[{"matches":["*://*.console.aws.amazon.com/*","*://*.signin.aws.amazon.com/*"],"js":["content-scripts/content.js"]}]} \ No newline at end of file diff --git a/dist/firefox-mv2/manifest.json b/dist/firefox-mv2/manifest.json index c0a6481..77007f9 100644 --- a/dist/firefox-mv2/manifest.json +++ b/dist/firefox-mv2/manifest.json @@ -1 +1 @@ -{"manifest_version":2,"name":"AWS management console colorize","description":"Chrome and Firefox extensions to change and add colors in the AWS management console.","version":"0.3.5","icons":{"16":"icon/16.png","32":"icon/32.png","48":"icon/48.png","96":"icon/96.png","128":"icon/128.png"},"permissions":["storage","tabs"],"browser_specific_settings":{"gecko":{"id":"{f5ee4589-0248-4dad-b389-8a206e0a0b7c}","data_collection_permissions":{"required":["none"]}}},"browser_action":{"default_title":"AWS management console colorize","default_popup":"popup.html"},"options_ui":{"open_in_tab":true,"page":"options.html"},"content_scripts":[{"matches":["*://*.console.aws.amazon.com/*","*://*.signin.aws.amazon.com/*"],"js":["content-scripts/content.js"]}]} \ No newline at end of file +{"manifest_version":2,"name":"AWS management console colorize","description":"Chrome and Firefox extensions to change and add colors in the AWS management console.","version":"0.3.7","icons":{"16":"icon/16.png","32":"icon/32.png","48":"icon/48.png","96":"icon/96.png","128":"icon/128.png"},"permissions":["storage","tabs"],"browser_specific_settings":{"gecko":{"id":"{f5ee4589-0248-4dad-b389-8a206e0a0b7c}","data_collection_permissions":{"required":["none"]}}},"browser_action":{"default_title":"AWS management console colorize","default_popup":"popup.html"},"options_ui":{"open_in_tab":true,"page":"options.html"},"content_scripts":[{"matches":["*://*.console.aws.amazon.com/*","*://*.signin.aws.amazon.com/*"],"js":["content-scripts/content.js"]}]} \ No newline at end of file diff --git a/package.json b/package.json index e1318ef..c089ece 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "aws-management-console-colorize", "description": "Chrome and Firefox extensions to change and add colors in the AWS management console.", "private": true, - "version": "0.3.5", + "version": "0.3.7", "author": "Masaya Suzuki", "license": "MIT", "type": "module",