Dogs Around The World

Dogs Around The World

Get inspired by beautiful dog photos in your new tabs, learn about dog breeds from all over the world, check the weather, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dogs Around The World",
  "version": "3.0.1",
  "description": "Get inspired by beautiful dog photos in your new tabs, learn about dog breeds from all over the world, check the weather, and more!",
  "homepage_url": "https://dogs.top-best.com/",
  "manifest_version": 3,
  "author": "Top-Best.com",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "64": "images/64_b.png",
    "128": "images/128_b.png"
  },
  "host_permissions": [
    "https://*.searchsmart.app/",
    "https://dogs.top-best.com/*"
  ],
  "action": {
    "default_icon": "images/32_b.png"
  }
}