Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hippo Pilot",
"version": "1.2.4",
"description": "A simple bookmark manager for a webpage. Add and jump to any position or bookmark in a page.",
"permissions": [
"storage",
"tabs"
],
"action": {
"default_icon": {
"16": "images\/bookmark16.png",
"48": "images\/bookmark48.png",
"128": "images\/bookmark128.png"
}
},
"icons": {
"16": "images\/bookmark16.png",
"48": "images\/bookmark48.png",
"128": "images\/bookmark128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/log.js",
"js\/content.js"
],
"css": [
"css\/content.css",
"css\/bookmark.css"
]
}
]
}