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",
"description": "Empower your workflow with Gimli Bootstrap: The smart DevTools extension for Bootstrap developers.",
"manifest_version": 3,
"name": "Gimli Bootstrap",
"version": "1.0",
"author": "Joakim Hjertvik",
"homepage_url": "https:\/\/gimli.app",
"icons": {
"16": "icons\/logo48.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"devtools_page": "devtools\/devtools-page.html"
}