Capture by GLIDR

Capture by GLIDR

Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Capture by GLIDR",
  "description": "Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project.",
  "version": "0.9.6",
  "icons": {
    "16": "images/glidr-icon-16.png",
    "48": "images/glidr-icon-48.png",
    "128": "images/glidr-icon-128.png"
  },
  "background": {
    "service_worker": "static/js/background.js",
    "type": "module"
  },
  "action": {
    "default_title": "Capture by GLIDR",
    "default_popup": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://*.glidr.io/*"
  ]
}