Add icons to the Chrome extensions
This commit is contained in:
parent
f8e70dcf13
commit
d18f8d11bc
BIN
extensions/chrome/icon128.png
Normal file
BIN
extensions/chrome/icon128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
extensions/chrome/icon16.png
Normal file
BIN
extensions/chrome/icon16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 726 B |
BIN
extensions/chrome/icon48.png
Normal file
BIN
extensions/chrome/icon48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -3,6 +3,11 @@
|
||||
"name": "PDF Viewer",
|
||||
"version": "PDFJSSCRIPT_VERSION",
|
||||
"description": "Uses HTML5 to display PDF files directly in Chrome.",
|
||||
"icons": {
|
||||
"128": "icon128.png",
|
||||
"48": "icon48.png",
|
||||
"16": "icon16.png"
|
||||
},
|
||||
"permissions": [
|
||||
"webRequest", "webRequestBlocking",
|
||||
"http://*/*.pdf",
|
||||
|
3
make.js
3
make.js
@ -590,7 +590,8 @@ target.chrome = function() {
|
||||
[COMMON_WEB_FILES, CHROME_BUILD_CONTENT_DIR + '/web'],
|
||||
[['extensions/chrome/*.json',
|
||||
'extensions/chrome/*.html',
|
||||
'extensions/chrome/*.js'],
|
||||
'extensions/chrome/*.js',
|
||||
'extensions/chrome/icon*.png',],
|
||||
CHROME_BUILD_DIR],
|
||||
[BUILD_TARGET, CHROME_BUILD_CONTENT_DIR + BUILD_TARGET],
|
||||
['external/webL10n/l10n.js', CHROME_BUILD_CONTENT_DIR + '/web'],
|
||||
|
Loading…
Reference in New Issue
Block a user