iterspace: Screen Rec. + Contextual Feedback

iterspace: Screen Rec. + Contextual Feedback

💡 Share accurate feedback in seconds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "iterspace: Screen Rec. + Contextual Feedback",
  "version": "0.1.61",
  "description": "💡 Share accurate feedback in seconds",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "contextMenus",
    "webRequest",
    "webNavigation",
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "iterspace Edge Extension"
  },
  "icons": {
    "16": "icons/favicon-16x16.png",
    "36": "icons/android-icon-36x36.png",
    "96": "icons/android-icon-96x96.png",
    "310": "icons/ms-icon-310x310.png"
  },
  "web_accessible_resources": [
    "assets/*",
    "icons/*",
    "index.css",
    "quill.bubble.css",
    "index.html",
    "request_permissions.html",
    "static/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.iterspace.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'sha256-D3b0/+JkPScvoW/KWWSWGl5cvPO8r0Ar9m/Y1ccQNIA=' https://www.googletagmanager.com https://www.google-analytics.com https://www.gstatic.com/ https://*.firebaseio.com https://*.googleapis.com https://www.googletagmanager.com/; object-src 'self'; connect-src 'self' wss://*.firebaseio.com https://*.googleapis.com/ https://www.google-analytics.com https://*.doubleclick.net/",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}