Inspect and view changes in hiper.cards - bookmarker, highlighter, tab 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",
"name": "hiper.cards - bookmarker, highlighter, tab manager",
"short_name": "hiper.cards",
"description": "An app for managing tabs and bookmarks, sharing them, and highlighting text on the pages you visit.",
"version": "0.0.5007",
"manifest_version": 3,
"permissions": [
"tabs",
"contextMenus",
"storage",
"scripting",
"activeTab",
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"optional_permissions": [],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"sharedIosResources/overlay_constants.js",
"sharedDrawTools/drawUtils.js",
"sharedIosResources/utils.js",
"sharedIosResources/pageData.js",
"sharedIosResources/parsePage.js",
"sharedIosResources/highlight.js",
"sharedIosResources/overlay.js",
"main/redirect.js",
"sharedIosResources/load_highlights.js",
"freezr/freezr_applogin_only.js"
],
"css": [
"sharedIosResources/overlay.css"
],
"all_frames": true
}
],
"background": {
"service_worker": "main/backgroundChromeExt.js"
},
"action": {
"default_popup": "main/popUpChromeExt.html",
"default_icon": {
"16": "static/hipercardsLogo_small_16.png",
"48": "static/hipercardsLogo_small_48.png",
"72": "static/hipercardsLogo_small_128.png"
}
},
"icons": {
"16": "static/hipercardsLogo_small_16.png",
"48": "static/hipercardsLogo_small_48.png",
"128": "static/hipercardsLogo_small_128.png"
},
"web_accessible_resources": [
{
"resources": [
"images/*"
],
"matches": [
"*://*/*"
]
}
]
}