Bard to Notion

Bard to Notion

Save your discussions with Bard directly into Notion!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.0",
  "author": "Théo Lartigau",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "scripting"
  ],
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://theo-lartigau.notion.site/Bard-to-Notion-f0dfe63e7dee485e8d2d7aa5a1102388*"
      ],
      "js": [
        "auth.4da812d6.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://bard.google.com/*"
      ],
      "js": [
        "autoSave.a9b5bf58.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://bard.google.com/*"
      ],
      "js": [
        "fetchFullPage.05b5d052.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://bard.google.com/*"
      ],
      "js": [
        "pin.a08ca56f.js"
      ],
      "css": [
        "pin.7964b9a8.css"
      ]
    },
    {
      "matches": [
        "https://bard.google.com/*"
      ],
      "js": [
        "popup.65176799.js"
      ],
      "css": [
        "pin.7964b9a8.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "https://api.notion.com/*",
    "https://bard-to-notion.onrender.com/*",
    "https://bard.google.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://bard.google.com/*"
      ],
      "resources": [
        "popup.a553b25e.png",
        "popup.c9de6d48.css",
        "popup.89e0932f.png",
        "popup.0ab18ce5.png"
      ]
    }
  ]
}