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": "Starshipit Sidekick",
"description": "Starshipit Sidekick for Starshipit",
"version": "1.0.16",
"action": {
"default_icon": {
"16": "src\/images\/icon16.png",
"48": "src\/images\/icon48.png",
"128": "src\/images\/icon128.png"
},
"default_title": "Click to open panel"
},
"options_ui": {
"page": ".\/src\/options\/options.html",
"open_in_tab": true
},
"permissions": [
"tabs",
"activeTab",
"storage",
"sidePanel",
"clipboardWrite",
"downloads",
"scripting"
],
"side_panel": {
"default_path": ".\/src\/sidepanel\/sidepanel.html"
},
"host_permissions": [
"https:\/\/*.starshipit.com\/*"
],
"optional_host_permissions": [
"https:\/\/*\/*"
],
"background": {
"service_worker": "src\/background\/background.js",
"type": "module"
},
"icons": {
"16": "src\/images\/icon16.png",
"48": "src\/images\/icon48.png",
"128": "src\/images\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"src\/*"
],
"matches": [
"<all_urls>"
]
}
]
}