Creative Live - Becoming Creative Checklist!

Creative Live - Becoming Creative Checklist!

Creative Live - Becoming Creative Checklist! This extensions includes some videos and checklist to help you to become more creative.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Creative Live - Becoming Creative Checklist!",
  "description": "Creative Live - Becoming Creative Checklist! This extensions includes some videos and checklist to help you to become more creative.",
  "manifest_version": 2,
  "version": "1.14.0",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "page": "index.html#notifications"
  },
  "permissions": [
    "storage",
    "notifications",
    "http://api.leadblasta.com/",
    "http://*.youtube.com/",
    "https://*.youtube.com/",
    "https://*.ytimg.com/"
  ],
  "browser_action": {
    "default_title": "Creative Live - Becoming Creative Checklist!",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  }
}