Coupon Booklet

Coupon Booklet

Store coupons for websites. No external websites that suggest you deals involved. Just your coupon codes with all the needed details.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "developer": {
    "name": "Martin Giger",
    "url": "https://humanoids.be"
  },
  "homepage_url": "https://github.com/freaktechnik/coupon-booklet",
  "manifest_version": 2,
  "version": "1.2.2",
  "name": "__MSG_extensionName__",
  "icons": {
    "96": "coupon-booklet.svg"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "coupon-booklet.svg",
    "default_title": "__MSG_extensionName__",
    "default_popup": "booklet.html"
  },
  "commands": {
    "__execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+B"
      },
      "description": "__MSG_shortcut__"
    }
  },
  "permissions": [
    "clipboardWrite",
    "unlimitedStorage",
    "tabs",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "default_locale": "en"
}