Inspect and view changes in DeepMark - AI Bookmark Manager source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.2.2",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"bookmarks",
"storage",
"sidePanel",
"tabs",
"contextMenus"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/content.tsx-loader-nzmwc7C2.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icon/icon16.png",
"32": "icon/icon32.png",
"48": "icon/icon48.png",
"128": "icon/icon128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "__MSG_extDefaultTitle__",
"default_icon": "icon/icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/AppWrapper-CIYS0Ot1.js",
"assets/content.tsx-DT35nlPS.js"
],
"use_dynamic_url": false
}
]
}