move icon to media submodule
3
extension/.gitmodules
vendored
@ -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
|
||||
|
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 623 B |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 24 KiB |
@ -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
|