My Favorites

My Favorites

Organize your life & be productive with My Favorites for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Favorites",
  "description": "Organize your life & be productive with My Favorites for Google Chrome.",
  "version": "1.0.1",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuxdn6mL4vAGyNORfybZ63ZRAskCH8jYHbNMzhmavzWD9Sp4mrD7q8jEvWaVUIWsyn6yZfesff1BUGZ/nDXGuEDYsST3Wf7DSmN5aTytCcwp7kzz79Xtdv3j6sgpupzUWBEshOVDYnSZN3zrJ8Fs84VR/tMSp+VasUnO/egR7x471QKpyGR0Daywij98CSKioNBBg/J8eDsSXovVmsfUSmzQkChmwmw4HG5ibmPpkWpjI8jMltqklVoCwLph9WmrqaY0Qsbpz0EocGjfEl9Q79/IJO17/A0z1RijhaRUCAV6aKrh3fMa8swbiEHKr3p8dcytU7OebTsfaNXp/OAj/6wIDAQAB",
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "bookmarks",
    "identity",
    "identity.email",
    "history",
    "downloads",
    "downloads.open",
    "alarms",
    "notifications",
    "management",
    "unlimitedStorage"
  ],
  "chrome_url_overrides": {
    "newtab": "tab/tab.html"
  },
  "action": {
    "default_title": "My Favorites"
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "*://*.google.com/*",
    "*://*.googleapis.com/*",
    "*://*.openweathermap.org/*",
    "*://*.whatsapp.com/*",
    "*://*.api.forex/*",
    "*://*.gstatic.com/*",
    "*://*.google.com/*",
    "*://*.linkedin.com/*",
    "*://*.instagram.com/*",
    "*://*.facebook.com/*",
    "*://*.twitter.com/*"
  ]
}