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",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png",
"default_title": ""
},
"icons": {
"16": "icon-16.jpg",
"48": "icon.png",
"128": "icon.png"
},
"version": "1.0.0",
"author": "SessionPaw Builder",
"name": "Name Window",
"description": "Name the browser windows!",
"manifest_version": 3,
"permissions": [
"contextMenus",
"tabGroups",
"tabs"
]
}