mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
7 lines
249 B
JSON
7 lines
249 B
JSON
{
|
|
"sample": "hello-world-sync",
|
|
"files_with_snippets": [ ],
|
|
"android": {"works": true, "comments": "sync storage doesn't actually sync - works local"},
|
|
"ios": {"works": true, "comments": "sync storage doesn't actually sync - works local"}
|
|
}
|