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",
"name": "__MSG_appName__",
"short_name": "Homey",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"offline_enabled": true,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "Homey"
},
"background": {
"service_worker": "static\/js\/background.js"
},
"minimum_chrome_version": "96",
"permissions": [
"bookmarks",
"tabs",
"history",
"storage",
"unlimitedStorage",
"declarativeNetRequestWithHostAccess",
"browsingData",
"scripting",
"search",
"alarms"
],
"optional_host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"host_permissions": [
"https:\/\/images.weserv.nl\/",
"https:\/\/www.google.com\/",
"https:\/\/cdn.flixel.com\/"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"version": "4.24.0"
}