Inspect and view changes in Free Web Scraper Theme 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,
"version": "1.1.0",
"name": "Free Web Scraper Theme",
"description": "The perfect theme to accompany you in daily fast web scraping tasks",
"theme": {
"images": {
"theme_ntp_background": "background.png"
},
"colors": {
"frame": [
0,
40,
140
],
"tab_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"toolbar": [
25,
118,
210
],
"toolbar_button_icon": [
255,
255,
255
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "none",
"ntp_logo_alternate": 1
}
}
}