New Interesting Facts - on every click

New Interesting Facts - on every click

Get new fact on every single click - learn new stuff one at a time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Interesting Facts - on every click",
  "version": "1.1",
  "description": "Get new fact on every single click - learn new stuff one at a time.",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "images/icon32.png",
      "64": "images/icon64.png",
      "1280": "images/icon128.png"
    }
  },
  "icons": {
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "1280": "images/icon128.png"
  }
}