CreativeStart

CreativeStart

Start page / New Tab for Creative People and Web Designers: every time one new Royalty Free Photo and Google Font to discover!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "__MSG_title__",
  "description": "__MSG_desc__",
  "version": "0.1.1",
  "short_name": "CreativeStart",
  "author": "Lorenzo Zottar",
  "icons": {
    "64": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "web_accessible_resources": [
    "img/*"
  ],
  "permissions": [
    "storage"
  ],
  "manifest_version": 2
}