Canny

Canny

Gather feedback from everywhere on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "chrome.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Gather feedback from everywhere on the web",
  "homepage_url": "https://canny.io",
  "host_permissions": [
    "https://*.canny.io/"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Canny",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "version": "0.8.7",
  "version_name": "alpha-8.7"
}