hmstr

hmstr

Add new article to your hmstr app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Kyohei Uto",
  "name": "hmstr",
  "version": "0.1.0",
  "description": "Add new article to your hmstr app.",
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0b017a43-b911-497f-b67b-a00832370c0b}"
    }
  }
}