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": "Everything Jacob Collier",
"version": "1.0",
"action": {
"default_icon": {
"64": "img\/icon64.png"
},
"default_title": "Jacob is <3"
},
"author": "Vaishnav Dixit",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
]
}
],
"icons": {
"64": "img\/icon64.png"
},
"description": "Jacob dominates your webpage"
}