Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.2.4",
"default_locale": "en",
"short_name": "HoverNotes",
"homepage_url": "https:\/\/hovernotes.io",
"permissions": [
"activeTab",
"tabCapture",
"offscreen",
"cookies",
"storage",
"contextMenus",
"clipboardWrite",
"storage",
"alarms",
"scripting"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"host_permissions": [
"*:\/\/*.hovernotes.io\/*",
"*:\/\/www.hovernotes.io\/*",
"http:\/\/localhost\/*",
"https:\/\/www.hovernotes.io\/",
"https:\/\/test.hovernotes.io\/",
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"match_about_blank": true,
"js": [
"hover-notes-utils.js",
"content-script.js",
"video-hover-button.js",
"string-utils.js",
"file-registry.js",
"local-file-system-v2.js",
"save-to-obsidian.js"
],
"css": [
"hn-inject.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"config.js",
"offscreen.html",
"assets\/icons\/cursor-camera.png",
"assets\/icons\/hover-notes-icon-white.svg",
"hn-inject.css",
"hn-shadow.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
}