mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
use the 'icons' key for all examples
This commit is contained in:
1
borderify/icons/LICENSE
Normal file
1
borderify/icons/LICENSE
Normal file
@@ -0,0 +1 @@
|
||||
The icons “border-32.png” and “border-64.png” are taken from the Google Material Design iconset, and used under the terms of the Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/.
|
||||
BIN
borderify/icons/border-32.png
Normal file
BIN
borderify/icons/border-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 271 B |
BIN
borderify/icons/border-64.png
Normal file
BIN
borderify/icons/border-64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 373 B |
@@ -5,6 +5,10 @@
|
||||
"name": "Borderify",
|
||||
"version": "1.0",
|
||||
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/borderify",
|
||||
"icons": {
|
||||
"32": "icons/border-32.png",
|
||||
"64": "icons/border-64.png"
|
||||
},
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
|
||||
Reference in New Issue
Block a user