SummarLight

SummarLight

Highlights the most important parts of articles!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SummarLight",
  "version": "0.7.4",
  "permissions": [
    "activeTab",
    "https://us-central1-vast-alcove-222105.cloudfunctions.net/generate_summary"
  ],
  "description": "Highlights the most important parts of articles!",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "tab-icon.png",
    "default_title": "Highlight the most important parts",
    "default_popup": "popup.html"
  }
}