Give your Chrome a new look with Shadow Of The Tomb Raider Game wallpapers.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"persistent": true,
"scripts": [
"js/shadow-of-the-tomb-raider-game.js"
]
},
"browser_action": {},
"chrome_url_overrides": {
"newtab": "activate.html"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"128": "shadow-of-the-tomb-raider-game-icons/icon-big.png"
},
"manifest_version": 2,
"name": "__MSG_name__",
"offline_enabled": false,
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.0.1"
}