GetDigest Add-On

GetDigest Add-On

Quickly analyze content and highlight the most important information from every website on the Internet within a few seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GetDigest Add-On",
  "version": "1.0.120.0",
  "description": "Quickly analyze content and highlight the most important information from every website on the Internet within a few seconds.",
  "icons": {
    "32": "GetDigest-32.png",
    "48": "GetDigest-48.png",
    "128": "GetDigest-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://getdigest.com/"
  ],
  "browser_action": {
    "default_icon": "GetDigest-32.png",
    "default_title": "GetDigest",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "manifest_version": 2
}