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": "fleetyards-sync",
"description": "Browser Extension for syncing pledge data from https:\/\/robertsspaceindustries.com to https:\/\/fleetyards.net",
"version": "1.0.5",
"content_scripts": [
{
"matches": [
"https:\/\/fleetyards.net\/*"
],
"js": [
"src\/content.js"
]
}
],
"manifest_version": 3,
"homepage_url": "https:\/\/fleetyards.net",
"permissions": [
"cookies"
],
"host_permissions": [
"https:\/\/robertsspaceindustries.com\/*"
],
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"background": {
"service_worker": "src\/background.js"
}
}