Asystent zakupowy Formly

Asystent zakupowy Formly

Dodawaj produkty do swoich projektów Formly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Asystent zakupowy Formly",
  "name": "Asystent zakupowy Formly",
  "description": "Dodawaj produkty do swoich projektów Formly",
  "author": "Formly sp. z o. o.",
  "version": "0.3.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Otwórz Asystenta Formly"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "default_locale": "pl",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "192": "icons/icon192.png"
  }
}