Inspect and view changes in Find My Bookmarks: Search Your 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Find My Bookmarks: Search Your Bookmarks",
"short_name": "Find My Bookmarks",
"version": "1.2.2",
"manifest_version": 2,
"description": "Find your bookmarks for the current website, automatically.",
"permissions": [
"bookmarks",
"tabs"
],
"background": {
"scripts": [
"js/background.js"
]
},
"options_page": "options.html",
"page_action": {
"default_title": "Find My Bookmarks",
"default_icon": "img/icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "img/icon.png",
"48": "img/icon48.png",
"64": "img/icon64.png",
"128": "img/icon128.png"
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}