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": "Nano Banana \u53bb\u6c34\u5370",
"version": "1.0.0",
"description": "\u7b80\u6d01\u9ad8\u6548\u7684\u56fe\u7247\u6c34\u5370\u53bb\u9664\u5de5\u5177",
"permissions": [
"storage"
],
"action": {
"default_popup": "html\/popup.html",
"default_title": "Nano Banana"
},
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "icons\/icon16.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/mask_48.png",
"icons\/mask_96.png"
],
"matches": [
"<all_urls>"
]
}
]
}