Good Signal

Good Signal

While shopping for groceries, see useful product information about diet, allergens, ingredients, nutrition and much more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Good Signal",
  "version": "2.12",
  "description": "While shopping for groceries, see useful product information about diet, allergens, ingredients, nutrition and much more.",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icons/good-signal_G_16x16.png",
      "19": "img/icons/good-signal_G_48x48.png",
      "32": "img/icons/good-signal_G_128x128.png"
    },
    "default_popup": "options.html",
    "default_title": "Good Signal"
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "identity",
    "identity.email",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/*"
  ],
  "optional_permissions": [],
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "css/goodsignal.css"
      ],
      "js": [
        "js/jq.js",
        "js/vue.js",
        "js/gs-init-data.js",
        "js/warnings-master.js",
        "js/categories-master.js",
        "js/string-score.js",
        "js/scrapers.js",
        "js/gs.js"
      ],
      "match_about_blank": false,
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "js/*",
    "css/*",
    "img/*.png",
    "img/*.jpg",
    "img/*.svg",
    "*.html"
  ],
  "options_page": "onboarding.html",
  "icons": {
    "16": "img/icons/good-signal_G_16x16.png",
    "48": "img/icons/good-signal_G_48x48.png",
    "128": "img/icons/good-signal_G_128x128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlqZZezQaJFSeduvLZxj1rTiCY7XMPsBlYdSN7qz8gGTPQVGhHh6GU1wOYBGYuMdm0VhlyEqlJZY/kCijsscSTYG8O8gZepFlQFYVOQQqv9m5McYFjt3BMe84bJfIip3k7SBa+r5JgDTXvqCh3ZYnKZT2MClcY4ZPnp1nxvgj35gZBFdEJSDjXhLtZM6vfi9lfZIwY42F77ipyYC7uGTBVxbXaGpPysYAGtKKnxaAj8iw0tBxaMiGVGLMHp6K6jVl7M1+hfuigmTxYmaKNFOLMtrjSgFHFp4G/vQx8u0aFy/mCGizUuQtqYBzg8N6NAbnMnCLLrSPHrhtdYl93hGIPQIDAQAB",
  "oauth2": {
    "client_id": "301566130524-vnjacm3i02dv71ncttv1ph640ggqjrg2.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}