Tolon

Tolon

Find page related website discussions. On Hacker News and Reddit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tolon",
  "version": "0.5.0",
  "description": "Find page related website discussions. On Hacker News and Reddit.",
  "homepage_url": "https://github.com/rwanyoike/tolon",
  "icons": {
    "64": "images/icon.png",
    "128": "images/[email protected]"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}