Metanetic Inspire

Metanetic Inspire

Words of Wisdom from great thinkers can help you get a clear direction for your personal and professional goals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Metanetic Inspire",
  "description": "Words of Wisdom from great thinkers can help you get a clear direction for your personal and professional goals.",
  "version": "1.0.0.4",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Metanetic Inspire"
  },
  "chrome_url_overrides": {
    "newtab": "src/index.html"
  },
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "logo/16.png",
    "32": "logo/32.png",
    "48": "logo/48.png",
    "96": "logo/48.png",
    "128": "logo/128.png"
  }
}