By: Streamline Apps
Inspect and view changes in Floating Clock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Floating Clock",
"version": "1.0.3",
"description": "A floating clock overlay with alarms, styles, and animated GIF backgrounds.",
"permissions": [
"storage",
"alarms",
"notifications",
"activeTab",
"tabs",
"<all_urls>"
],
"browser_action": {
"default_popup": "popup/popup.html",
"default_title": "Floating Clock",
"default_icon": {
"16": "icons/icon_16.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"browser_specific_settings": {
"gecko": {
"id": "floating-clock@example.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/icon_16.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
}
} Best Floating Clock Alternatives
Here are some Firefox add-ons that are similar to Floating Clock: