Added new icons
BIN
src/icons/icon-128.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 6 KiB |
BIN
src/icons/icon-24.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
src/icons/icon-256.png
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 905 B After Width: | Height: | Size: 8.1 KiB |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "platypush",
|
||||
"description": "Web extension for interacting with one or more Platypush instances via browser",
|
||||
"description": "Web extension for interacting with Platypush instances via browser and creating custom browser actions",
|
||||
"version": "0.1.3",
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||
"manifest_version": 2,
|
||||
|
@ -8,7 +8,9 @@
|
|||
"16": "icons/icon-16.png",
|
||||
"32": "icons/icon-32.png",
|
||||
"48": "icons/icon-48.png",
|
||||
"64": "icons/icon-64.png"
|
||||
"64": "icons/icon-64.png",
|
||||
"128": "icons/icon-128.png",
|
||||
"256": "icons/icon-256.png"
|
||||
},
|
||||
"permissions": ["activeTab", "storage", "notifications", "clipboardRead", "clipboardWrite", "contextMenus", "<all_urls>"],
|
||||
|
||||
|
|