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": "__MSG_extensionName__",
"author": "Terry Yuen",
"version": "0.1",
"description": "__MSG_extensionDescription__",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"24": "icon_24.png",
"48": "icon_48.png",
"96": "icon_96.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"css": [
"content.css"
]
}
]
}