Share videos to Rpi
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",
"background": {
"persistent": true,
"scripts": [
"js/background.js",
"js/popup.js",
"js/jquery-2.1.3.min.js"
]
},
"browser_action": {
"default_icon": "20.png",
"default_title": "RasperryCast remote",
"default_popup": "popup.html"
},
"description": "Share videos to Rpi",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"options_page": "options.html",
"manifest_version": 2,
"name": "RaspberryCast",
"permissions": [
"contextMenus",
"tabs",
"notifications"
],
"version": "1.3.0"
}