Inspiced

Inspiced

Save links to your favorite recipes directly to your Inspiced account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.3",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "permissions": [
    "storage",
    "activeTab",
    "identity"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'none'; img-src 'self'; script-src 'self'; connect-src https://radish-apis.inspiced.net;"
  },
  "background": {
    "service_worker": "worker.js",
    "type": "module"
  },
  "action": {
    "default_title": "Save to Inspiced",
    "default_icon": {
      "16": "images/logo_16.png",
      "32": "images/logo_32.png",
      "48": "images/logo_48.png",
      "128": "images/logo_128.png",
      "256": "images/logo_256.png",
      "512": "images/logo_512.png"
    }
  },
  "icons": {
    "16": "images/logo_16.png",
    "32": "images/logo_32.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png",
    "256": "images/logo_256.png",
    "512": "images/logo_512.png"
  }
}