Did You Know?

Did You Know?

Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "short_name": "DidYouKnow",
  "version": "1.7.3",
  "manifest_version": 3,
  "default_locale": "en",
  "incognito": "split",
  "icons": {
    "16": "icons/light-bulb16.png",
    "19": "icons/light-bulb19.png",
    "32": "icons/light-bulb32.png",
    "38": "icons/light-bulb38.png",
    "48": "icons/light-bulb48.png",
    "128": "icons/light-bulb128.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "http://*.wikipedia.org/",
    "https://*.wikipedia.org/",
    "http://*.infogalactic.com/",
    "https://*.infogalactic.com/",
    "http://*.quotationspage.com/",
    "https://*.quotationspage.com/"
  ],
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "html/popup.html"
  },
  "background": {
    "service_worker": "sw.js"
  }
}