PetsTab: Cute Animal New Tab Theme For Chrome

PetsTab: Cute Animal New Tab Theme For Chrome

PetsTab is the Best Cute Animal New Tab Theme For Chrome, Here HD Wallpaper Collection of Dogs, cats, horses, and many more Pets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PetsTab: Cute Animal New Tab Theme For Chrome",
  "version": "1.0",
  "description": "PetsTab is the Best Cute Animal New Tab Theme For Chrome, Here HD Wallpaper Collection of Dogs, cats, horses, and many more Pets.",
  "action": {
    "default_icon": "images/icon128.png",
    "default_popup": "popup/popup.html"
  },
  "author": "PetsTab",
  "default_locale": "en",
  "background": {
    "service_worker": "background-service.js"
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://petsthemes.com/*",
        "https://phpstack-769379-2917243.cloudwaysapps.com/*"
      ],
      "js": [
        "settings.js",
        "scripts/content-script.js"
      ]
    }
  ],
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "tabs",
    "topSites",
    "bookmarks",
    "storage",
    "alarms"
  ]
}