Thought Machine

Thought Machine

All the inspiring thoughts at a place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Thought Machine",
  "description": "All the inspiring thoughts at a place.",
  "version": "1.1",
  "author": "Priyanshu Nayan",
  "browser_action": {
    "default_title": "Get Motivated"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "activeTab"
  ]
}