Heyday

Heyday

Meet Heyday, your research helping hand. Heyday automatically saves your research, and resurfaces it when you need it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2024.6.1",
  "name": "Heyday",
  "description": "Heyday",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "logo-34.png",
    "default_title": "Open the content companion"
  },
  "icons": {
    "34": "logo-34.png",
    "128": "logo-128.png"
  },
  "permissions": [
    "history",
    "storage",
    "cookies",
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://heynight.xyz/*",
        "https://heyday.xyz/*",
        "https://app.heynight.xyz/*",
        "https://app.heyday.xyz/*",
        "http://localhost/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "site-apps.bundle.js"
      ]
    }
  ],
  "commands": {
    "quick-search": {
      "suggested_key": {
        "default": "Alt+Period",
        "mac": "Command+Period"
      },
      "description": "Quick Search"
    }
  },
  "web_accessible_resources": [
    "logo-34.png",
    "logo_error-34.png",
    "logo-128.png",
    "logo_error-128.png",
    "references.jpg",
    "tweets.jpg",
    "highlights.jpg",
    "topics.jpg"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'; connect-src wss://*.heyday.xyz wss://*.heynight.xyz https://*.heyday.xyz https://*.heynight.xyz https://api.segment.io https://*.ingest.sentry.io",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1d8f740e-169d-47cc-aa7f-13258e8b4d44}"
    }
  }
}