Vanam - New Tab Extension

Vanam - New Tab Extension

Love animals ? Then this Chrome extension is for you! It immerses you in a new wildlife photograph each time you open a new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vanam - New Tab Extension",
  "short_name": "Vanam",
  "description": "Love animals ? Then this Chrome extension is for you! It immerses you in a new wildlife photograph each time you open a new tab!",
  "version": "1.3",
  "chrome_url_overrides": {
    "newtab": "DashBoard.html"
  },
  "icons": {
    "16": "icons/icon_v1_16x16.png",
    "48": "icons/icon_v1_48x48.png",
    "128": "icons/icon_v1_128x128.png"
  },
  "permissions": [
    "storage"
  ]
}