Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "0.9.5",
"description": "__MSG_extDescription__",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup\/popup.html",
"default_title": "White Noise"
},
"background": {
"service_worker": "service_worker.js"
},
"icons": {
"128": "icons\/icon128.png"
},
"default_locale": "en"
}