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,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"name": "Search Immersion",
"version": "1.1.0",
"description": "\u65b0\u3057\u3044\u30bf\u30d6\u3092\u300e\u30b9\u30de\u30fc\u30c8\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u300f\u306b\u5909\u3048\u308b\u62e1\u5f35\u6a5f\u80fd\u3002\u5929\u6c17\u3001\u30ab\u30ec\u30f3\u30c0\u30fc\u3001\u97f3\u697d\u3001ToDo\u3092\u7f8e\u3057\u304f\u8868\u793a\u3002\u900f\u660e\u611f\u3042\u308b\u30b0\u30e9\u30b9\u304b\u3089\u61d0\u304b\u3057\u306e\u30c9\u30c3\u30c8\u7d75\u307e\u3067\u3001\u6ca1\u5165\u611f\u306e\u3042\u308b\u30c6\u30fc\u30de\u5207\u308a\u66ff\u3048\u306b\u5bfe\u5fdc\u3057\u305f\u9ad8\u6a5f\u80fd\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3067\u3059\u3002",
"permissions": [
"storage",
"tabs",
"scripting",
"history",
"search"
],
"host_permissions": [
"https:\/\/calendar.google.com\/*",
"https:\/\/geocoding-api.open-meteo.com\/*",
"https:\/\/api.open-meteo.com\/*",
"https:\/\/lrclib.net\/*",
"*:\/\/www.youtube.com\/*",
"*:\/\/music.youtube.com\/*",
"https:\/\/open.spotify.com\/*",
"*:\/\/*.icloud.com\/*",
"https:\/\/www.google.com\/*"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"wallpapers\/*.webp"
],
"matches": [
"<all_urls>"
]
}
]
}