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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.3",
"default_locale": "en",
"author": "\u75db\u3063\u305f\u3044",
"icons": {
"16": "icons\/popup-memo16.png",
"32": "icons\/popup-memo32.png",
"64": "icons\/popup-memo64.png"
},
"action": {
"default_icon": {
"16": "icons\/popup-memo16.png",
"32": "icons\/popup-memo32.png",
"64": "icons\/popup-memo64.png"
},
"default_title": "Memo",
"default_popup": "memo.html"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
]
}