Inspect and view changes in Prairie 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": "http://clients2.google.com/service/update2/crx",
"name": "Prairie Theme",
"version": "1.2",
"description": "A theme based off a picture of Meadowbrook Prairie in Urbana, IL.",
"icons": {
"16": "/images/16.png",
"48": "/images/48.png",
"128": "/images/128.png"
},
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_frame_incognito": "images/frame_incognito.png",
"theme_toolbar": "images/toolbar.png",
"theme_tab_background": "images/tab_background.png",
"theme_tab_background_incognito": "images/tab_background_incognito.png",
"theme_tab_background_v": "images/tab_background_v.png",
"theme_ntp_background": "images/ntp_background.png",
"theme_ntp_attribution": "images/ntp_attribution.png"
},
"colors": {
"toolbar": [
133,
119,
91,
0.625
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
0,
0,
0
],
"bookmark_text": [
231,
221,
198
],
"ntp_background": [
133,
119,
91
],
"ntp_text": [
231,
221,
198
],
"ntp_link": [
231,
221,
198
],
"ntp_link_underline": [
231,
221,
198
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 0
}
}
}