Dogs And Puppies New Tab Page

Dogs And Puppies New Tab Page

Everyone Who Love Dogs And Puppies Must Install This New Tab Extension To Get Dogs And Puppies Themes And More

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "128": "128-ico.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "newtab_index.html"
  },
  "name": "__MSG_titleHead__",
  "browser_action": {
    "default_icon": "128-ico.png",
    "default_title": "Dogs And Puppies New Tab Page"
  },
  "description": "__MSG_addoninfo__",
  "version": "1.5.7",
  "background": {
    "scripts": [
      "myscript.js"
    ]
  }
}