About this page

About this page

Find out who’s behind a page and what other sources say about a topic with this information literacy tool from Google Search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "About this page",
  "description": "Find out who’s behind a page and what other sources say about a topic with this information literacy tool from Google Search.",
  "version": "0.1.0",
  "author": {
    "email": "[email protected]"
  },
  "action": {
    "default_icon": {
      "16": "icon_16.png",
      "32": "icon_32.png",
      "48": "icon_48.png",
      "128": "icon_128.png"
    },
    "default_title": "About this page - Learn about the source & topic"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "incognito": "spanning",
  "update_url": "https://clients2.google.com/service/update2/crx"
}