-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flatten the file structute of extension pkg
- Loading branch information
Showing
25 changed files
with
56 additions
and
82 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
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
File renamed without changes.
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 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 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 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 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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
export const SOLID_BLUE_16 = 'solid-normal-16.png' | ||
export const SOLID_BLUE_32 = 'solid-normal-32.png' | ||
export const SOLID_BLUE_48 = 'solid-normal-48.png' | ||
export const SOLID_BLUE_128 = 'solid-normal-128.png' | ||
|
||
export const SOLID_GRAY_16 = 'solid-gray-16.png' | ||
export const SOLID_GRAY_32 = 'solid-gray-32.png' | ||
export const SOLID_GRAY_48 = 'solid-gray-48.png' | ||
export const SOLID_GRAY_128 = 'solid-gray-128.png' | ||
|
||
export const OUTLINE_32 = 'solid-white-32.png' | ||
|
||
export const blue: chrome.runtime.ManifestIcons = { | ||
16: SOLID_BLUE_16, | ||
32: SOLID_BLUE_32, | ||
48: SOLID_BLUE_48, | ||
128: SOLID_BLUE_128, | ||
} | ||
|
||
export const gray: chrome.runtime.ManifestIcons = { | ||
16: SOLID_GRAY_16, | ||
32: SOLID_GRAY_32, | ||
48: SOLID_GRAY_48, | ||
128: SOLID_GRAY_128, | ||
} |
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 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
File renamed without changes.
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 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 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 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