Sodaphonic

Sodaphonic

Record and save your voice or any other audio instantly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sodaphonic",
  "description": "Record and save your voice or any other audio instantly.",
  "version": "0.2.0",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "sodaphonic-extension-icon-16.png",
    "48": "sodaphonic-extension-icon-48.png",
    "128": "sodaphonic-extension-icon-128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-O8EDGezpvzDK3AeSJVLePj3fFY4o08Oz707mvR/ii34='; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "iframe.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "iframe.html"
  ],
  "permissions": []
}