Inspect and view changes in Browser Shortcuts 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",
"version": "2.0.5",
"manifest_version": 2,
"short_name": "Browser Shortcuts",
"name": "Browser Shortcuts",
"icons": {
"16": "favicon.ico",
"48": "favicon.ico",
"128": "favicon.ico"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"web_accessible_resources": [
"*.json",
"favicon.ico"
],
"content_security_policy": "default-src 'self'; connect-src 'self' https://geoip-js.com https://browsershortcuts.com https://ff.search.yahoo.com https://api.openweathermap.org; font-src 'self' https://pro.fontawesome.com https://geoip-js.com data:; style-src 'sha256-64N9R8ufXQVvI8Ix19aiF97C5YyP9E2dqv1wdkZCSEk=' 'self' https://pro.fontawesome.com; img-src 'self' https://openweathermap.org * data:; script-src https://ajax.googleapis.com https://api.openweathermap.org https://apis.google.com https://ff.search.yahoo.com https://geoip-js.com 'sha256-qEyWUwU7KakTk0uYp+6I3THlDnUBeN2aJL7TeH/28Q4=' 'sha256-KjsuLrjfxS4yBpjfDqbULk4nIfdWqC8VITwnaopb5F8=' 'sha256-dq+Y73K4JwRXVQso6Pu7RQQkntcMI6e9MaJeLbWspI8=' 'sha256-rWv5YEnkNTVBBc0YaS9gfLpzcttDS75UcWd5pEjchEU=' 'self'; object-src 'self';"
}