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": 3,
"name": "Vik's Sidebar Forms",
"version": "1.2",
"description": "Save, view, and manage Airtable and Fillout form links in the sidebar interface.",
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"*:\/\/*.airtable.com\/*",
"*:\/\/*.fillout.com\/*",
"*:\/\/*.typeform.com\/*",
"*:\/\/*.miniextensions.com\/*",
"*:\/\/*.paperform.co\/*",
"*:\/\/*.google.com\/forms\/*",
"*:\/\/*.jotform.com\/*"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; frame-src https:\/\/airtable.com https:\/\/*.airtable.com https:\/\/*.fillout.com https:\/\/*.typeform.com https:\/\/*.miniextensions.com https:\/\/*.paperform.co https:\/\/docs.google.com https:\/\/*.jotform.com;"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "service-worker.js"
}
}