Inspire Me Tab

Inspire Me Tab

Feel more inspired than ever with a brand new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inspire Me Tab",
  "description": "Feel more inspired than ever with a brand new tab ",
  "version": "1.0.3",
  "manifest_version": 3,
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/64.png",
    "128": "/images/128.png"
  },
  "short_name": "InspireMeTab",
  "chrome_url_overrides": {
    "newtab": "/html/new_tab.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://inspiremetab.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  }
}