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,
"default_locale": "ja",
"name": "__MSG_exTitle__",
"description": "__MSG_exDescription__",
"version": "1.0.0",
"permissions": [
"history",
"storage"
],
"icons": {
"16": ".\/image\/icon16.png",
"48": ".\/image\/icon48.png",
"128": ".\/image\/icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"options_page": "options.html"
}