Based On A Story

Based On A Story

Create a story with a limit of 280 characters using the word-of-the-day. Share your story on social media with friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Based On A Story",
  "version": "1.0",
  "description": "Create a story with a limit of 280 characters using the word-of-the-day. Share your story on social media with friends.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' https://cdn.firebase.com https://*.firebaseio.com https://apis.google.com https://www.gstatic.com; object-src 'self'"
}