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",
"name": "Flylighter: Capture Articles and Highlights to Notion",
"short_name": "Flylighter",
"homepage_url": "https:\/\/flylighter.com",
"description": "Capture bookmarks, article, and highlights with Flylighter \u2013 your new favorite web clipper for Notion.",
"version": "0.12.17",
"version_name": "0.12.17_public",
"manifest_version": 3,
"icons": {
"16": "\/icons\/flylighter_16.png",
"32": "\/icons\/flylighter_32.png",
"48": "\/icons\/flylighter_48.png",
"128": "\/icons\/flylighter_128.png"
},
"omnibox": {
"keyword": "fly"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA16gZX0F1SL8egjPT31AO9NnXHTyn5fH4roPkghzrcW6zs4k8TGM6g++jhwTJQEOYjM2nsvIYTEhQ1EUDXjn1p5tdiRlzFgMMeve+1mcypWmEvxqCB+secTpJs+11hy63zi93X9HCC11IQTjCKiLj\/+gtMQbr39gXufGE3CmOh1Sw5OIPPEv+GSxiOdAKYn\/9mYeNdxLhpB40Fu67ejC2wmsZI9kDAHTc4LE6ismFnh9giMn7Qat2uyAQIX0SglvQHEQBoJNFH2gkHqClZDrd4GoITbeGxjnsnYM13auT2LcwP8kjxQAqXsz5YEKKveCVddLiQg6xtkLPahk2\/teYOwIDAQAB",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"scripts\/content.js"
],
"css": [
"\/inject.css"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"options_page": "src\/pages\/options\/options.html",
"action": {
"default_icon": {
"16": "\/icons\/flylighter_16.png",
"32": "\/icons\/flylighter_32.png",
"48": "\/icons\/flylighter_48.png",
"128": "\/icons\/flylighter_128.png"
}
},
"side_panel": {
"default_path": "src\/pages\/popup\/popup.html"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting",
"contextMenus",
"clipboardWrite",
"identity",
"sidePanel",
"unlimitedStorage",
"notifications"
],
"web_accessible_resources": [
{
"resources": [
"src\/pages\/popup\/popup.html",
"scripts\/content.js",
"src\/pages\/auth\/auth.js",
"src\/pages\/listener\/listener.html",
"sec\/feather-icons\/*.svg",
"src\/pages\/quick\/quick.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"script-src": "'self' 'sha256-GwwZSoQXYK90k1NirGsDXK5cKOVFDVjmJ1sZPKvWaaA=",
"object-src": "'self'"
},
"host_permissions": [
"https:\/\/*\/*"
]
}