Inspect and view changes in Share Website Sessions 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": "Share Website Sessions",
"version": "1.1resigned1",
"description": "Allows you to share already signed into website sessions with your friends or your other devices via email, chat, or Firefox's Synced Tabs functionality.",
"homepage_url": "https://github.com/GuidedCommerce/FirefoxSyncLoggedInTabs",
"icons": {
"48": "icons/browser-48.png"
},
"permissions": [
"alarms",
"cookies",
"<all_urls>",
"webNavigation",
"browsingData",
"tabs"
],
"page_action": {
"default_icon": "icons/browser-32.png",
"default_title": "Share Website Sessions"
},
"background": {
"scripts": [
"background.js"
]
},
"applications": {
"gecko": {
"id": "guidedcommerce@gmail.com"
}
}
}