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",
"version": "0.1.3",
"manifest_version": 3,
"offline_enabled": true,
"name": "Full Screen Button",
"description": "Easily switch to full-screen view from toolbar!",
"homepage_url": "https:\/\/mybrowseraddon.com\/fullscreen-button.html",
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "data\/options\/options.html"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"action": {
"default_title": "Full Screen Button",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"commands": {
"toggle-fullscreen": {
"description": "Toggle Fullscreen",
"suggested_key": {
"mac": "Command+Shift+F",
"default": "Ctrl+Shift+F"
}
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
}