move icon to media submodule

This commit is contained in:
dragonwocky 2021-10-03 20:48:42 +11:00
parent bb8220c66c
commit c80ee2635f
19 changed files with 12 additions and 102 deletions

View File

@ -4,3 +4,6 @@
[submodule "repo"]
path = repo
url = git@github.com:notion-enhancer/repo.git
[submodule "media"]
path = media
url = git@github.com:notion-enhancer/media.git

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -6,12 +6,12 @@
"description": "an enhancer/customiser for the all-in-one productivity workspace notion.so",
"homepage_url": "https://notion-enhancer.github.io",
"icons": {
"16": "icon/colour-x16.png",
"32": "icon/colour-x32.png",
"48": "icon/colour-x48.png",
"128": "icon/colour-x128.png",
"256": "icon/colour-x256.png",
"512": "icon/colour-x512.png"
"16": "media/colour-x16.png",
"32": "media/colour-x32.png",
"48": "media/colour-x48.png",
"128": "media/colour-x128.png",
"256": "media/colour-x256.png",
"512": "media/colour-x512.png"
},
"browser_action": {},
"background": { "scripts": ["worker.js"] },
@ -19,7 +19,7 @@
"page": "repo/menu@a6621988-551d-495a-97d8-3c568bca2e9e/menu.html",
"open_in_tab": true
},
"web_accessible_resources": ["env/*", "api/*", "dep/*", "icon/*", "repo/*"],
"web_accessible_resources": ["env/*", "api/*", "dep/*", "media/*", "repo/*"],
"content_scripts": [
{
"matches": ["https://*.notion.so/*", "https://*.notion.site/*"],

1
extension/media Submodule

@ -0,0 +1 @@
Subproject commit 97e6743f192f510959123c3332976d2d9522d686

@ -1 +1 @@
Subproject commit d7b38bf3aa609c1f1e71f9db45e4883ded769869
Subproject commit 6982568a113331e55ddf1731aa43118badb07493