Examine source code of Ep Bookmarks

Inspect and view changes in Ep Bookmarks 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": "Anime Bookmarks",
  "version": "1.0",
  "description": "Sync your anime bookmarks with your progress on animego",
  "icons": {
    "48": "icons/-1-48.png"
  },
  "browser_action": {
    "default_icon": "icons/-1-48.png",
    "default_title": "Add to Anime Bookmarks"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "webNavigation"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b4d8a29f-8d61-416a-910e-436a6b30b135}"
    }
  }
}