The best, hand picked stories from the audio world - on every new tab.
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",
"name": "Audio Gems",
"version": "0.0.0.6",
"manifest_version": 2,
"description": "The best, hand picked stories from the audio world - on every new tab.",
"homepage_url": "http://audiogems.io/?ref=ext",
"chrome_url_overrides": {
"newtab": "audiogems.html"
},
"icons": {
"16": "icon-ag-16.png",
"48": "icon-ag-48.png",
"128": "icon-ag-128.png"
},
"browser_action": {
"default_icon": {
"19": "icon-ag-19.png",
"38": "icon-ag-38.png"
},
"default_title": "Audio Gems"
},
"optional_permissions": [
"topSites"
],
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' https://audiogems.io https://s3-us-west-2.amazonaws.com https://d284xg6bm830bf.cloudfront.net https://ssl.google-analytics.com; object-src 'self'"
}