Edgar

Edgar

Meet Edgar: the only app that stops social media updates from going to waste.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Edgar",
  "description": "Meet Edgar: the only app that stops social media updates from going to waste.",
  "version": "1.0.2",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Share this page with Edgar",
    "default_icon": "edgar_19.png"
  },
  "manifest_version": 2
}