[favicon] light grey for erpnext
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index a6a2e25..788aaea 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -27,6 +27,11 @@
 my_account_context = "erpnext.shopping_cart.utils.update_my_account_context"
 email_append_to = ["Job Applicant", "Opportunity", "Issue"]
 
+website_context = {
+	"favicon": 	"/assets/erpnext/images/favicon.png"
+
+}
+
 website_route_rules = [
 	{"from_route": "/orders", "to_route": "Sales Order"},
 	{"from_route": "/orders/<name>", "to_route": "print", "defaults": {"doctype": "Sales Order"}},
@@ -101,3 +106,4 @@
 	("page", "setup-wizard"): "frappe.geo.country_info.get_translated_dict",
 	("doctype", "Global Defaults"): "frappe.geo.country_info.get_translated_dict"
 }
+
diff --git a/erpnext/public/images/favicon.ico b/erpnext/public/images/favicon.ico
deleted file mode 100644
index 4fbf3f2..0000000
--- a/erpnext/public/images/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/erpnext/public/images/favicon.png b/erpnext/public/images/favicon.png
new file mode 100644
index 0000000..590588e
--- /dev/null
+++ b/erpnext/public/images/favicon.png
Binary files differ