diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/icon/1024.png b/icon/1024.png new file mode 100644 index 0000000..bf1381e Binary files /dev/null and b/icon/1024.png differ diff --git a/icon/128.png b/icon/128.png new file mode 100644 index 0000000..74b4388 Binary files /dev/null and b/icon/128.png differ diff --git a/icon/16.png b/icon/16.png new file mode 100644 index 0000000..411091f Binary files /dev/null and b/icon/16.png differ diff --git a/icon/32.png b/icon/32.png new file mode 100644 index 0000000..dbacfb7 Binary files /dev/null and b/icon/32.png differ diff --git a/icon/48.png b/icon/48.png new file mode 100644 index 0000000..d9f8c75 Binary files /dev/null and b/icon/48.png differ diff --git a/manifest.json b/manifest.json index b6fe9ca..cff6d80 100644 --- a/manifest.json +++ b/manifest.json @@ -20,5 +20,12 @@ "cookies", "*://*.zapier.com/*", "*://*.integromat.com/*" - ] + ], + "icons": { + "16": "icon/16.png", + "32": "icon/32.png", + "48": "icon/48.png", + "128": "icon/128.png", + "1024": "icon/1024.png" + } } \ No newline at end of file