Be Inspired

Be Inspired

Daily reminder for people while they are searching the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Be Inspired",
  "short_name": "Be Inspired",
  "version": "1.7.3",
  "description": "Daily reminder for people while they are searching the web",
  "icons": {
    "128": "icons/128.png"
  },
  "action": {
    "browser_style": false,
    "default_title": "Be Inspired"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "background": {
    "service_worker": "background/bg-loader.js"
  }
}