Inspire Hub Tabs

Inspire Hub Tabs

Transform your Chrome tab into a source of inspiration with the Inspire Hub Tabs extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Inspire Hub Tabs",
  "description": "Transform your Chrome tab into a source of inspiration with the Inspire Hub Tabs extension!",
  "version": "1.0.0",
  "action": {
    "default_popup": "index.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "inspiration.png",
    "48": "inspiration.png",
    "128": "inspiration.png"
  }
}