Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"short_name": "__MSG_app_short_name__",
"version": "3.0.1",
"default_locale": "en",
"author": "VeeVee",
"homepage_url": "https:\/\/veevee.app",
"icons": {
"48": "\/img\/logo\/48x48.png",
"64": "\/img\/logo\/64x64.png",
"80": "\/img\/logo\/80x80.png",
"128": "\/img\/logo\/128x128.png",
"256": "\/img\/logo\/256x256.png",
"384": "\/img\/logo\/384x384.png"
},
"action": {
"default_icon": {
"16": "\/img\/icon\/16x16.png",
"20": "\/img\/icon\/20x20.png",
"24": "\/img\/icon\/24x24.png",
"32": "\/img\/icon\/32x32.png",
"48": "\/img\/icon\/48x48.png",
"64": "\/img\/icon\/64x64.png",
"80": "\/img\/icon\/80x80.png",
"128": "\/img\/icon\/128x128.png",
"256": "\/img\/icon\/256x256.png",
"384": "\/img\/icon\/384x384.png"
},
"default_title": "__MSG_app_title__",
"default_popup": "html\/popup.html"
},
"side_panel": {
"default_path": "html\/panel.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"offscreen",
"scripting",
"webRequest",
"notifications",
"downloads",
"sidePanel"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"img\/icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}