ArzDigital

ArzDigital

Turn your new tab into a versatile environment. An environment that has news and prices to todolist, calendar, timer and bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ArzDigital",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj9zElGEejR4WbeZXDHIRlkFW9NTsBQ9LBVEJz+dgOtuZTsBCxJdSTjGlBIYgybGcagSdn8MAf+lV+Wq6qEBHnpVlXZa2DtwHbT+mKisI7B5zA2pjywrl6Z1JtksaGQ7npi12LQDguHY+tZPd+YUMfsaTDqT5g6mkcK1krQ14U7SL0OX/ZdTQwR1pjBTwLXCxTB9aruwAs50xtkgAi/hU+Ugt8SpP4mi0Aj3l3seRjVpwb5lSTZemqkop9hupPIqGDpdmrceDCnAIv/MpUs/lVzfmr4LuMDWtjvs9hZtVORknJXTUT22UYYdzXkzrS9C1C58TT+0moiyATS5lC8XC+wIDAQAB",
  "version": "2.5.0",
  "description": "Turn your new tab into a versatile environment. An environment that has news and prices to todolist, calendar, timer and bookmarks.",
  "chrome_url_overrides": {
    "newtab": "./dist/index.html"
  },
  "icons": {
    "16": "./images/arz16.png",
    "32": "./images/arz32.png",
    "48": "./images/arz48.png",
    "128": "./images/arz128.png"
  },
  "author": "ArzDigital"
}