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": 2,
"name": "Site Connector",
"description": "Reuse data from one website on another. Try Site Connector, a fast and convenient productivity boosting extension.",
"version": "1.3.9",
"icons": {
"16": "icon\/icon-16.png",
"32": "icon\/icon-32.png",
"48": "icon\/icon-48.png",
"128": "icon\/icon-128.png"
},
"browser_action": {
"default_icon": {
"19": "icon\/icon-19.png",
"38": "icon\/icon-38.png"
},
"default_popup": "popup.html",
"default_title": "Site Connector"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"background": {
"scripts": [
"js\/config.js",
"js\/fn.js",
"js\/storage-local.js",
"js\/recipes-default.js",
"background.js"
]
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"*:\/\/*\/*"
]
}