Skip to content

Instantly share code, notes, and snippets.

View deeheem's full-sized avatar

Deeheem Ansari deeheem

  • New Delhi, India
View GitHub Profile
@IzumiSy
IzumiSy / manifest.json
Last active November 6, 2022 20:29
Chrome.storage.sync example
{
"name": "SyncExtension",
"version": "0.1",
"manifest_version": 2,
"description": "Storage Sync Extension",
"permissions": [ "storage" ],
"browser_action": {