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": "0.0.6",
"name": "Marks.",
"description": "This is the companion extension for Marks.",
"icons": {
"128": "icons\/little-marks.png"
},
"permissions": [
"cookies",
"contextMenus",
"webRequest",
"tabs",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background\/service_worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts\/content-0.js"
],
"css": [
"content_scripts\/content-0.css"
]
}
],
"author": "Braedon Villano",
"web_accessible_resources": [
{
"resources": [],
"matches": [
"<all_urls>"
]
}
]
}