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",
"name": "Metastream Remote",
"short_name": "Metastream",
"version": "2.3.0",
"description": "Watch streaming media with friends.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.getmetastream.com\/*",
"*:\/\/local.getmetastream.com\/*",
"*:\/\/localhost\/*"
],
"js": [
"app.js"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"https:\/\/app.getmetastream.com\/*",
"*:\/\/local.getmetastream.com\/*",
"*:\/\/localhost\/*"
]
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"minimum_chrome_version": "101",
"permissions": [
"tabs",
"declarativeNetRequest",
"webNavigation",
"webRequest",
"contextMenus",
"scripting",
"storage"
],
"optional_permissions": [
"contentSettings"
]
}