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",
"manifest_version": 3,
"name": "Ultra Notes",
"description": "An extension to help you take Notes easily and securely.",
"version": "3.3.1",
"version_name": "3.3.1",
"permissions": [
"storage",
"sidePanel"
],
"icons": {
"128": "static\/favicon.png"
},
"content_scripts": [
{
"js": [
"assets\/main.ts-loader-DL_nsDtS.js"
],
"matches": [
"<all_urls>"
],
"css": [
"assets\/UltraNote-DRUI_aoF.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "Ultra Notes",
"default_popup": "src\/pages\/index.html"
},
"side_panel": {
"default_path": "src\/pages\/sidepanel.html"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"static\/**",
"assets\/UltraNote-CjlWdBfC.js",
"assets\/main.ts-CtPdo0np.js"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}