Quotes Srch Tab

Quotes Srch Tab

Google Chrome extension designed to bring a beautiful calming seaside image to your every day peripheral

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Quotes Srch Tab",
  "version": "1.4.3",
  "description": "Google Chrome extension designed to bring a beautiful calming seaside image to your every day peripheral",
  "chrome_url_overrides": {
    "newtab": "app.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icons/icon16.png",
      "32": "images/icons/icon32.png",
      "48": "images/icons/icon32.png",
      "128": "images/icons/icon128.png"
    }
  }
}