Inspect and view changes in PandaTab 新标签页 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
{
"manifest_version": 2,
"name": "PandaTab 新标签页",
"version": "1.0.0",
"description": "悠闲熊猫新标签页,专注网站及图标批量管理,搭载先进AI大模型,一站式集成多种工作模式、云端同步、个性化设置、精美壁纸、丰富组件等,为您带来全新体验。",
"icons": {
"16": "icons/icon_16.png",
"48": "icons/icon_48.png",
"64": "icons/icon_64.png",
"128": "icons/icon_128.png",
"192": "icons/icon_192.png",
"512": "icons/icon_512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{e9c73c2c-35aa-4144-b873-f360f8a7cf10}"
}
}
}