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,
"version": "1.4.0",
"name": "Heptabase Web Clipper",
"description": "Save and tag web content to Heptabase.",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background\/service_worker.js"
},
"action": {
"default_popup": "action\/default_popup.html",
"default_title": "Save to Heptabase"
},
"host_permissions": [
"https:\/\/*.heptabase.com\/",
"http:\/\/localhost\/"
],
"icons": {
"16": "public\/icons\/icon16.png",
"32": "public\/icons\/icon32.png",
"48": "public\/icons\/icon48.png",
"128": "public\/icons\/icon128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiFmtc10l4gz4F1hTMnC7yVo9an8yxvfv4wdpawrzMY5SLcXiPTV7kOAcMLoeg2sYvGkKqJOfMiIxWsk6fvpBALK+vfVf7xr2\/oOKBhPcVt7I87p2CFSwUqn6FyBI4tfCo\/\/Wdmdr5IZBFCMGnwfI71LqB\/9jtVmwuhF08nGNcjcMX3Yj0rmNWumCVMSkBtBLcuLDhyeR7UF+XANcdTRw7nu5hyavNuPEcD9qpAoQVJugfiHzrW\/iNeEGdK7NbYj+otlyKoWPhdliLC91Kty3f\/R9kDfUgGzyzDJKSF0OsMyiPQ9cFaCMTAR0md1h1C9OrM1UrKr+zCw0FZy072a0bQIDAQAB",
"web_accessible_resources": [
{
"resources": [
"web_accessible_resources\/*"
],
"matches": [
"<all_urls>"
]
}
]
}