Heartbeat Moments

Heartbeat Moments

Create your moments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "www/index.html",
    "default_title": "Moments"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "assets/content.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "Create your moments",
  "externally_connectable": {
    "matches": [
      "*://*.h.ki/*",
      "http://heartbeat.local/*",
      "*://staging-clips.api.tm/*",
      "*://*.heartbeat.love/*",
      "*://*.h.ki/*"
    ]
  },
  "host_permissions": [
    "https://www.youtube.com/*",
    "*://*.h.ki/",
    "*://*.heartbeat.love/",
    "*://*.clips.tm/",
    "*://*.api.tm/",
    "https://www.youtube.com/*",
    "*://*.h.ki/"
  ],
  "icons": {
    "16": "icons/moments-16x16.png",
    "48": "icons/moments-48x48.png",
    "128": "icons/moments-128x128.png"
  },
  "incognito": "split",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6M5RH+6mZSjHpJ8KFE0JlNCYF61aSOgidPBTh2Iu4xcngM1/rtHpYRyo9eHtjpZ8cNVqYPdpA7cS6vfL6tHF7FidhFHQcQ7SDsbHrCPjYko+RBucMvqlgdPfKYLCoPdap8ERhM7Dk/3jaTs4yl5mmEnxSsBSCtX5N3h4+wgyWhl8cVheGLZfpgorofTqdDtjK8okzmqhIajrkrs5nr44+VIv7fEOuUqUUstxy0GwC/33oitk422ZpfsjD7QZZW2g5iOhwxM3bxNPHun5Jt187uogS1iG59M50prkcxnc4jp+W9OfoN0+jHZ+JwDJNvdb9nbrwh/fFOCn96pw4WiDYQIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "105",
  "name": "Heartbeat Moments",
  "oauth2": {
    "client_id": "16686614832-1d8pr59j5hecqc3n4d2abegpsu184mea.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "cookies",
    "scripting"
  ],
  "short_name": "Moments",
  "version": "2.42.0",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "*"
      ]
    }
  ]
}