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": "Github Opportunities",
"version": "1.0",
"description": "Github Opportunities",
"manifest_version": 3,
"icons": {
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"index.js"
]
}
]
}