Skip to content

Commit

Permalink
Added icon and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Leroy committed Jan 5, 2023
1 parent 31f8f83 commit 96ce35f
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 2 deletions.
74 changes: 74 additions & 0 deletions assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
9 changes: 7 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "AWS SSO Auto-Expand Accounts",
"version": "1.0.0",
"version": "1.0.1",
"author": "Axel Leroy",
"content_scripts": [{
"matches": [
Expand All @@ -11,5 +11,10 @@
"js": ["auto-expand.js"],
"run_at": "document_end",
"all_frames": false
}]
}],
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
}
}

0 comments on commit 96ce35f

Please sign in to comment.