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": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"default_locale": "en",
"version": "1.0.1",
"icons": {
"128": "src\/assets\/icons\/128x128.png"
},
"action": {
"default_title": "__MSG_extension_action_title__",
"default_popup": "src\/pages\/popup\/index.html"
},
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
]
}