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": "Code snippet runner",
"version": "0.0.1",
"description": "Run code snippets",
"content_scripts": [
{
"js": [
"content.js"
],
"css": [
"content.css"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage"
],
"options_page": "options.html"
}