Honkai: Star Rail Daily Checker
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Honkai: Star Rail Daily Checker",
"version": "1.0.0",
"description": "Honkai: Star Rail Daily Checker",
"manifest_version": 3,
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"*://*.hoyolab.com/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "icons/main/icon48.png",
"96": "icons/main/icon96.png"
},
"action": {
"default_title": "Honkai: Star Rail Daily Checker",
"default_icon": {
"16": "icons/success/icon16.png",
"32": "icons/success/icon32.png",
"64": "icons/success/icon64.png"
}
}
}