Inspect and view changes in News Feed Reader for China Daily source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"version": "2.0.1",
"name": "__MSG_appName__",
"short_name": "__MSG_shortName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https://news.zamok.cloud/api/chinadaily"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"default_title": "__MSG_appName__",
"default_popup": "popup/home.html"
},
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}