YiNote

YiNote

Most efficient way to take & share time-stamped notes while watching videos!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "YiNote",
  "description": "Most efficient way to take & share time-stamped notes while watching videos!",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "manifest_version": 3,
  "version": "1.8.1",
  "action": {
    "default_icon": "icons/icon-16.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "options_page": "src/options/index.html",
  "content_scripts": [
    {
      "js": [
        "assets/setGlobal.js-loader-ca15ca54.js",
        "assets/youtube-iframe-api.js-loader-67c5f52b.js",
        "assets/embedly.js-loader-e7e164d8.js",
        "assets/main.jsx-loader-764a3cd5.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*",
        "file://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "installed.png",
        "fonts/msyh.ttf",
        "images/facebook.png",
        "images/twitter.png",
        "images/copylink.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-0ee64e4c.js",
        "assets/chunk-6d8ce7d6.js",
        "assets/chunk-085877e9.js",
        "assets/chunk-ef655055.js",
        "assets/chunk-1ddbb50a.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "identity",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}