Dinosave – Wishlists and discounts

Dinosave – Wishlists and discounts

Track price drops, build wishlists and share it with the world!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dinosave – Wishlists and discounts",
  "description": "Track price drops, build wishlists and share it with the world!",
  "version": "1.0.13",
  "icons": {
    "16": "images/logo/16.png",
    "48": "images/logo/48.png",
    "128": "images/logo/128.png"
  },
  "action": {
    "default_icon": {
      "19": "images/logo/19.png",
      "38": "images/logo/38.png"
    },
    "default_title": "Dinosave",
    "default_popup": "html/popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "**/*.ttf",
        "**/*.woff2",
        "**/*.woff",
        "**/*.eot"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "javascript/background/index.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "javascript/inject/index.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "*://dinosave.co/*"
    ]
  },
  "permissions": [
    "storage",
    "identity",
    "declarativeNetRequest",
    "activeTab"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "oauth2": {
    "client_id": "641461873999-req3967n0lbh390g48dr6u9fu206fa84.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "profile",
      "email"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlubfvesDrO9yUZgwMno/gpLBt/iW5D+cl5hOgbjl+7tAvcRORNEJLPP9Td0UQyZEYFQ9BdOWyVFf9GzncNqKYd73AvafjeVcxctuJid3QXxYh2e4FRm58NgVjicFjylEnH5rRb0Da+pejaF51OxPN+C7uaTYLGcg7hGFkWlEO2W5MXePCc13CfgpG2S94PdBlK5FVwA6+w5rsxmlmF7CmeJFEDLHcZJtDadMqzcqoIUf9zljLYc8an6FodhAza+7JYPqHmfn0elZr2LUDp+HaY/5NbNrvNA4mBUvThEJVtY76kOKoUVIYPyZJZcbbpn59rJrDn/e6uzcrHv8tWVbCQIDAQAB"
}