Folio - All-in-one product demo tool

Folio - All-in-one product demo tool

Sell products with interactive demos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Folio - All-in-one product demo tool",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/[email protected]"
    },
    "default_title": "Folio",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "gmail-content.js"
      ],
      "css": [
        "gmail-content.css"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Sell products with interactive demos",
  "icons": {
    "16": "icons/[email protected]",
    "32": "icons/[email protected]",
    "48": "icons/[email protected]",
    "128": "icons/[email protected]"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "permissions": [
    "unlimitedStorage",
    "scripting",
    "tabs",
    "webNavigation",
    "webRequest",
    "storage",
    "activeTab",
    "desktopCapture",
    "system.display"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://mail.google.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "sidecar.html",
        "CircularXXWeb-Regular.woff2",
        "CircularXXWeb-Medium.woff2",
        "CircularXXWeb-Bold.woff2",
        "pageWorld.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "version": "0.1.8",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}