Examine source code of 人狼日記 ブックマーク

Inspect and view changes in 人狼日記 ブックマーク source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "人狼日記 ブックマーク",
  "version": "1.0.3resigned1",
  "description": "人狼日記の参加者専用ページを自動でブックマークします。",
  "homepage_url": "https://jdiary.azurewebsites.net",
  "icons": {
    "48": "icons/jdiary-bookmark.png",
    "96": "icons/jdiary-bookmark@2x.png"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": "icons/jdiary-bookmark-38.png",
    "default_title": "人狼日記 ブックマーク",
    "default_popup": "bookmarks.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{29a720fc-e67b-445d-afb4-e74fd83dbd00}"
    }
  }
}