Comment Everywhere

Comment Everywhere

This extension allows the user to comment at any page on the internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Comment Everywhere",
  "description": "This extension allows the user to comment at any page on the internet",
  "version": "0.1.2",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Comment here"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "page": "app/background.html"
  },
  "content_security_policy": "script-src 'self' 'sha256-b6IMLg6aurQE6MkquJ7FXc3/iimLsg2bB+hjY/3yZmc=' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://apis.google.com; object-src 'self'"
}