ポップアウト
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Pop out",
"description": "ポップアウト",
"action": {
"default_title": "Po",
"default_icon": {
"19": "action/default_icon/19.png"
}
},
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"version": "1.3.0.6",
"manifest_version": 3,
"background": {
"service_worker": "background/service_worker/event.js"
},
"permissions": [
"contextMenus"
],
"update_url": "https://clients2.google.com/service/update2/crx"
}