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": "Index Notch",
"description": "Index Notch helps you annotate scroll positions within webpages.",
"version": "0.0.2",
"icons": {
"48": "bookmark-48.9a5947ad.png",
"96": "bookmark-96.957a5835.png",
"128": "bookmark-128.1fc488ca.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"manifest.effe8ac5.js"
],
"css": []
}
],
"web_accessible_resources": [
{
"resources": [],
"matches": [
"<all_urls>"
]
},
{
"resources": [],
"matches": [
"<all_urls>"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"extension_ids": [],
"resources": []
}
],
"permissions": [
"activeTab"
],
"action": {
"default_popup": "popup.964509a2.html"
},
"background": {
"service_worker": "background.1d61bc0d.js"
}
}