Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Export Kindle Highlights to Notion V2 (2023)",
"description": "Export Kindle Highlights and clippings to Notion easily.",
"manifest_version": 3,
"version": "2.0.3",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"cookies",
"storage",
"tabs",
"identity"
],
"host_permissions": [
"https:\/\/www.notion.so\/*",
"https:\/\/api.notion.com\/*"
]
}