Inspect and view changes in Dragon Gaze: Guardian of the Forest 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Dragon Gaze: Guardian of the Forest",
"version": "1.0",
"description": "Step into a captivating world of fantasy and mystery with the Dragon Gaze: Guardian of the Forest",
"icons": {
"128": "dragon-icon.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
}