Inspect and view changes in Jolie Tab 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": 2,
"name": "Jolie Tab",
"description": "Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions.",
"version": "0.1.0",
"author": "Daniel Wachtel",
"chrome_url_overrides": {
"newtab": "background.html"
},
"permissions": [
"activeTab",
"storage",
"geolocation",
"<all_urls>"
],
"icons": {
"128": "JoliTab.png"
},
"background": {
"scripts": [
"jquery-3.1.0.min.js",
"background-check.min.js",
"back.js"
]
},
"content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com https://query.yahooapis.com https://use.fontawesome.com; object-src 'self'"
}