Lifetime Deal Reminder by Lifetimo

Lifetime Deal Reminder by Lifetimo

Never Miss Great Lifetime Deals. Get Instant Alert.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lifetime Deal Reminder by Lifetimo",
  "short_name": "Lifetimo",
  "description": "Never Miss Great Lifetime Deals. Get Instant Alert.",
  "background": {
    "page": "background.html"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "notifications",
    "*://api.airtable.com/*"
  ],
  "version": "1.3",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}