Influencer: Productive & Motivational

Influencer: Productive & Motivational

Provides a dose of Motivation at the right time by blocking distractions!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Influencer: Productive & Motivational",
  "short_name": "Influencer",
  "version": "1.6",
  "description": "Provides a dose of Motivation at the right time by blocking distractions!",
  "icons": {
    "64": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "html/index.html",
    "default_title": "Influencer"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "incognito": "split",
  "permissions": [
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "tabs",
    "notifications",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}