Inspect and view changes in Tide - Focus Timer & White Noise 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
{
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.1.7",
"default_locale": "en_US",
"icons": {
"16": "tide_16.png",
"48": "tide_48.png",
"128": "tide_128.png"
},
"web_accessible_resources": [
"tide_128.png"
],
"browser_action": {
"default_icon": {
"16": "tide_16.png",
"48": "tide_48.png"
},
"default_title": "__MSG_browserIconTitle__",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"notifications",
"tabs"
],
"homepage_url": "https://tide.fm",
"options_ui": {
"page": "options.html",
"chrome_style": false,
"open_in_tab": true
},
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"block.css"
],
"run_at": "document_start",
"js": [
"chunk-vendors.js",
"content.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}